
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
react-raining-confetti
Advanced tools
react-raining-confetti is a react base component that add raining confetti to your application using canvas. with zero dependencies.
codesandbox demo -> Demo
Use the package manager npm to install .
npm install
import React from "react";
import { ConfettiCanvas } from "react-raining-confetti";
export default function App() {
return (
<div className="App">
<h1 style={{ top: '50%', left: "50%", position: 'absolute' }}> It's confetti time!!! </h1>
<ConfettiCanvas active={true} fadingMode="LIGHT" stopAfterMs={5000} />
</div>
);
}
| props | type | default value | info |
|---|---|---|---|
| active | boolean | true | Use to confetti start/stop falling |
| fading | 'OFF', 'LIGHT', 'DARK' | 'OFF' | Fading confetti color |
| stopAfterMs | number | 0 | Time in ms to auto stop the confetti, should be larger than 1000 to cool effect and 0 to disabled autostop. |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
React component for adding raining confetti to your application
We found that react-raining-confetti demonstrated a not healthy version release cadence and project activity because the last version was released 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.