Gathering detailed insights and metrics for falcon-listr-update-renderer
Gathering detailed insights and metrics for falcon-listr-update-renderer
npm install falcon-listr-update-renderer
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.8
Supply Chain
83.2
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
3,888
Last Day
3
Last Week
3
Last Month
16
Last Year
456
1 Stars
22 Commits
2 Watching
1 Branches
Minified
Minified + Gzipped
Latest Version
0.4.2
Package Id
falcon-listr-update-renderer@0.4.2
Unpacked Size
6.55 kB
Size
2.84 kB
File Count
5
NPM Version
6.2.0
Node Version
10.1.0
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
6.7%
16
Compared to previous month
Last year
106.3%
456
Compared to previous year
4
Note: This renderer is based on v0.4.0 of the original listr-update-renderer, created by Sam Verschueren.
$ npm install --save falcon-listr-update-renderer
1const FalconUpdaterRenderer = require('falcon-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: FalconUpdaterRenderer, 11 collapse: false 12}); 13 14list.run();
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.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/22 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
Score
Last Scanned on 2025-01-27
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