
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
react-flip-numbers
Advanced tools
Make number animation looks sexy :clap:
npm install react-flip-numbers -S
import react from 'react';
import FlipNumbers from 'react-flip-numbers';
export default () => {
return <FlipNumbers height={12} width={12} color="red" background="white" play perspective={100} numbers="12345" />;
};
Prop | Type | Required | Description |
---|---|---|---|
numbers | string | ✓ | |
play | boolean | ✓ | Start the animation |
height | number | ✓ | Individual number height |
width | number | ✓ | Individual number width |
color | string | ✓ | Number color |
background | string | Background color | |
perspective | number | CSS 3D transition perspective | |
nonNumberStyle | string | CSS inline style for not number eg , : . | |
numberStyle | string | CSS inline style for number | |
duration | number | ||
delay | number |
We also make BEEKAI. Build the next-generation forms with modern technology and best in class user experience and accessibility.
FAQs
react flip your numbers
The npm package react-flip-numbers receives a total of 5,010 weekly downloads. As such, react-flip-numbers popularity was classified as popular.
We found that react-flip-numbers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.