Gathering detailed insights and metrics for @iamstarkov/listr-update-renderer
Gathering detailed insights and metrics for @iamstarkov/listr-update-renderer
Gathering detailed insights and metrics for @iamstarkov/listr-update-renderer
Gathering detailed insights and metrics for @iamstarkov/listr-update-renderer
npm install @iamstarkov/listr-update-renderer
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
16,256,017
Last Day
1,764
Last Week
7,354
Last Month
40,173
Last Year
687,056
37 Stars
25 Commits
45 Forks
3 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
0.4.1
Package Id
@iamstarkov/listr-update-renderer@0.4.1
Size
2.86 kB
NPM Version
6.4.1
Node Version
10.13.0
Publised On
06 Nov 2018
Cumulative downloads
Total Downloads
Last day
-6.3%
1,764
Compared to previous day
Last week
-11.5%
7,354
Compared to previous week
Last month
17.4%
40,173
Compared to previous month
Last year
-5.6%
687,056
Compared to previous year
1
4
Listr update renderer
$ npm install --save listr-update-renderer
1const UpdaterRenderer = require('listr-update-renderer'); 2const Listr = require('listr'); 3 4const list = new Listr([ 5 { 6 title: 'foo', 7 task: () => Promise.resolve('bar') 8 } 9], { 10 renderer: UpdaterRenderer, 11 collapse: false 12}); 13 14list.run();
Note: This is the default renderer for Listr and doesn't need to be specified.
These options should be provided in the Listr options object.
Type: boolean
Default: true
Set to false
if you want to disable the rendering of the subtasks. Subtasks will be rendered if an error occurred in one of them.
Type: boolean
Default: true
Set to false
if you don't want subtasks to be hidden after the main task succeed.
Type: boolean
Default: false
Clear the output when all the tasks are executed succesfully.
MIT © Sam Verschueren
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 2/25 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
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 2025-02-03
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