Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
roll-a-die
Advanced tools
Simple 3D dice roll animator by CSS3 Animation.
Copy dist/roll-a-die.js into your library folder Load it into your HTML script
<script type="text/javascript" src="path/to/roll-a-die.js"></script>
Call the method with its options.
rollDice({ element, numberDice: 2, callback});
Install with npm.
npm install --save roll-a-die
Call method
const rollDice = require('roll-a-die');
rollDice({ element, numberDice: 2, callback});
rollDice({ element, numberDice: 2, callback, noSound: true});
element
: The element to render die animation on.numberDice
: The number of dice to use.`callback
: Called when animation is finished. Returns an array of the values from throw.noSound
: Roll the die without sound.MIT License
FAQs
Simple 3D dice roll using CSS3 animation.
The npm package roll-a-die receives a total of 51 weekly downloads. As such, roll-a-die popularity was classified as not popular.
We found that roll-a-die 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.