Gathering detailed insights and metrics for react-count-to
Gathering detailed insights and metrics for react-count-to
Gathering detailed insights and metrics for react-count-to
Gathering detailed insights and metrics for react-count-to
use-count-up
Only 4.5KB React hook to animate counting up or down to a number, infinity, or even beyond.
@types/react-count-to
TypeScript definitions for react-count-to
react-count-until
count down to time
count-to-day
A simple javascript package that calculates countdown to a particular day of the week
npm install react-count-to
Typescript
Module System
Node Version
NPM Version
68
Supply Chain
83.4
Quality
75.6
Maintenance
100
Vulnerability
100
License
Dockerfile (62.64%)
JavaScript (37.36%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
61 Stars
64 Commits
14 Forks
3 Watchers
22 Branches
6 Contributors
Updated on Aug 30, 2024
Latest Version
0.12.0
Package Id
react-count-to@0.12.0
Unpacked Size
28.28 kB
Size
7.35 kB
File Count
17
NPM Version
6.4.1
Node Version
10.10.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Animated counter component for React.js
1$ npm install react-count-to --save
Live
http://react-count-to.herokuapp.com
Docker (thanks to Cirpo)
docker build -t react-count-to .
docker run -p 3000:3000 -it react-count-to
1import CountTo from 'react-count-to'; 2 3<CountTo to={1234} speed={1234} />
or by passing function as a children
1import CountTo from 'react-count-to'; 2 3const fn = value => <span>{value}</span>; 4 5<CountTo to={1234} speed={1234}>{fn}</CountTo>
1$ npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 11/30 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
98 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More