Gathering detailed insights and metrics for cli-progress-bar
Gathering detailed insights and metrics for cli-progress-bar
Gathering detailed insights and metrics for cli-progress-bar
Gathering detailed insights and metrics for cli-progress-bar
npm install cli-progress-bar
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5 Stars
16 Commits
1 Forks
3 Watching
1 Branches
2 Contributors
Updated on 02 Feb 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
17.6%
20
Compared to previous day
Last week
0%
176
Compared to previous week
Last month
-36.1%
802
Compared to previous month
Last year
21.3%
13,286
Compared to previous year
A simple CLI progress bar, inspired by Gauge.
1var ProgressBar = require('cli-progress-bar') 2 3var bar = new ProgressBar() 4 5bar.show("Foo", 0.75) 6 7bar.pulse("bar") 8 9bar.hide()
var bar = new ProgressBar([options])
The options object can have the following properties, all of which are optional:
ProgressBar.themes.unicode
if the terminal supports
unicode according to [cli-character-set], otherwise it defaults to ProgressBar.themes.ascii
or ProgressBar.themes.cp437
for Windows.bar.show([name, [completed]])
bar.hide()
Removes the progress bar from the terminal.
bar.pulse([name])
Spins the spinner in the progress bar to show output. If name is included then
it will be combined with the last name passed to bar.show()
using the
subsection property of the theme (typically a right facing arrow).
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/15 approved changesets -- score normalized to 1
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
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-25
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