
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@splinetool/r3f-spline
Advanced tools
[](https://my.spline.design/splinereactlogocopycopy-eaa074bf6b2cc82d870c96e262a625ae/)
r3f-spline is a React hook that lets you use your Spline scene with react-three-fiber.
🌈 Spline is a friendly 3d collaborative design tool for the web.
Website — Twitter — Community — Documentation
yarn add @splinetool/r3f-spline @splinetool/loader
or
npm install @splinetool/r3f-spline @splinetool/loader
NOTE: make sure you also install the @react-three/fiber and three dependencies.
import useSpline from '@splinetool/r3f-spline'
export default function Scene({ ...props }) {
const { nodes, materials } = useSpline('https://prod.spline.design/2fzdsSVagfszNxsd/scene.spline')
return (
<group {...props} dispose={null}>
<mesh
name="Rectangle"
geometry={nodes.Rectangle.geometry}
material={materials['Rectangle Material']}
/>
</group>
)
}
FAQs
[](https://my.spline.design/splinereactlogocopycopy-eaa074bf6b2cc82d870c96e262a625ae/)
The npm package @splinetool/r3f-spline receives a total of 687 weekly downloads. As such, @splinetool/r3f-spline popularity was classified as not popular.
We found that @splinetool/r3f-spline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.