Gathering detailed insights and metrics for elegant-spinner
Gathering detailed insights and metrics for elegant-spinner
Gathering detailed insights and metrics for elegant-spinner
Gathering detailed insights and metrics for elegant-spinner
npm install elegant-spinner
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
227 Stars
14 Commits
7 Forks
9 Watching
1 Branches
4 Contributors
Updated on 31 Jan 2024
JavaScript (76.14%)
TypeScript (23.86%)
Cumulative downloads
Total Downloads
Last day
-8.2%
451,044
Compared to previous day
Last week
2%
2,746,673
Compared to previous week
Last month
33.2%
10,774,023
Compared to previous month
Last year
-19.2%
106,758,969
Compared to previous year
Elegant spinner for interactive CLI apps
You probably want ora
instead, which includes this spinner and handles the animation for you.
$ npm install elegant-spinner
1import elegantSpinner from 'elegant-spinner'; 2import logUpdate from 'log-update'; 3 4const frame = elegantSpinner(); 5 6setInterval(() => { 7 logUpdate(frame()); 8}, 50);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/14 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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