Gathering detailed insights and metrics for ink-progress-spinner
NPM was acquired by GitHub in March 2020.
Gathering detailed insights and metrics for ink-progress-spinner
NPM was acquired by GitHub in March 2020.
npm install ink-progress-spinner
63.1
Supply Chain
80.7
Quality
74.9
Maintenance
100
Vulnerability
100
License
2 Stars
22 Commits
2 Forks
2 Watching
1 Branches
2 Contributors
Updated on 04 Oct 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
50%
3
Compared to previous month
Last year
-40.1%
82
Compared to previous year
1
Progress spinner component for Ink
1$ npm install ink-progress-spinner
1const {h, render, Text} = require('ink'); 2const {ProgressSpinner, spinners} = require('ink-progress-spinner'); 3 4const characters = spinners[20].split(''); 5 6render( 7 <div> 8 <ProgressSpinner characters={characters} blue /> 9 <Text> Something loading...</Text> 10 </div> 11);
Type: string[]
Default: ['⠁', '⠂', '⠄', '⡀', '⢀', '⠠', '⠐', '⠈']
This is a list of letters making up spinner, and this element is rendered in turn.
Type: number
Default: 60
The time, in milliseconds, is used as render interval.
ProgressSpinner supports Text component props. Text component uses chalk, and you could use its API methods as ProgressSpinner props.
MIT License
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 1/21 approved changesets -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-11
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