
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
react-random-wheel
Advanced tools
Randomization wheel for React. Displays a series of segments and, on command, cycles through them to select one at random.
Install using npm or yarn.
segments
: Required. An array of objects in this format:
name
: Required. The name to display.color
: Optional. One of 'red'
, 'blue'
, or 'green'
. Defaults to 'red'
for odd-numbered segments or
'blue'
for even-numbered segments.data
: Optional. An object that will be passed back untouched when the segment is selected.spinTime
: Optional. The number of milliseconds that a spin will last. Defaults to 2500.onComplete
: Optional. A callback that will receive the segment's object when the spinning animation is complete.Spins the wheel to select a random segment. Returns the segment that will be highlighted in the end. It's recommended
that you wait until onComplete
is called before doing anything user-facing with the selected segment, since the
selection won't be obvious until then.
See demo/wheel.js
(c) 2017 Todd Dukart. MIT licensed. See LICENSE for more information.
FAQs
Randomization wheel for React
We found that react-random-wheel 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
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.