
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
SnowStack is a lightweight, interactive snow effect for React/Next.js that combines:
Built with Canvas + Matter.js, designed to be fun without being destructive.
npm install snowstack
# or
pnpm add snowstack
# or
yarn add snowstack
⚠️ SnowStack is a client-side effect and must be used inside
"use client"components.
import { SnowStack } from "snowstack";
export default function Page() {
return <SnowStack />;
}
Default behavior is calm, non-interactive snowfall.
Available presets:
calm (default) — subtle snowfallcozy — a bit denserstorm — heavy snow + stronger wind (still clamped for safety)interactive — enables shovel + physics chunks<SnowStack preset="cozy" />
<SnowStack preset="interactive" interactive />
SnowStack exposes only safe knobs:
<SnowStack
preset="calm"
intensity={0.4} // 0..1 (density)
speed={0.3} // 0..1 (fall speed)
wind={0.2} // 0..1 (wind influence)
interactive={false}
/>
All internal values are clamped to prevent runaway CPU usage.

"use client")SnowStack automatically:
SnowStack is intentionally designed to be safe by default.
You are welcome to:
To keep SnowStack production-friendly:
If you add new controls, please:
Pull requests are welcome if they align with these goals.
MIT
FAQs
Calm, interactive snowfall with accumulation and shovel physics for React
The npm package snowstack receives a total of 0 weekly downloads. As such, snowstack popularity was classified as not popular.
We found that snowstack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.