Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
react-dom-confetti
Advanced tools
Trigger confetti explosions on state transitions:
import Confetti from 'react-dom-confetti';
// in render
<Confetti active={ this.props.completed } />
This will trigger a confetti explision every time the prop active
goes from a falsy to truthy value.
https://daniel-lundin.github.io/react-dom-confetti/
Slow operations annoy users and stakeholders. We have two options, either optimize slow operations or make it worth the wait. This library focus on the latter.
Required. Triggers an explosion when transitions from falsy to truthy.
Optional. Configuration object to control the characteristics of the confetti:
angle
- direction of the explosion in degrees, defaults to 90.spread
- spread of the explosion in degrees, deafults to 45.startVelocity
- Initial velocity of the particles, defaults to 45.elementCount
- Number of particle elements, default to 50.decay
- Decrease in velocity per frame, defaults to 0.9License MIT, copyright Daniel Lundin 2017
FAQs
react component for dom-confetti
We found that react-dom-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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.