Gathering detailed insights and metrics for npm-audit-html
Gathering detailed insights and metrics for npm-audit-html
Gathering detailed insights and metrics for npm-audit-html
Gathering detailed insights and metrics for npm-audit-html
npm install npm-audit-html
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
51 Stars
89 Commits
26 Forks
2 Watching
16 Branches
6 Contributors
Updated on 27 Sept 2024
Minified
Minified + Gzipped
Handlebars (68.49%)
JavaScript (31.51%)
Cumulative downloads
Total Downloads
Last day
10.8%
4,595
Compared to previous day
Last week
11.1%
23,736
Compared to previous week
Last month
0.1%
92,300
Compared to previous month
Last year
-8.3%
1,099,075
Compared to previous year
11
Generate a HTML report for NPM Audit
$ npm install -g npm-audit-html
This package uses async/await and requires Node.js 7.6
To generate a report, run the following:
$ npm audit --json | npm-audit-html
By default the report will be saved to npm-audit.html
If you want to specify the output file, add the --output
option:
1npm audit --json | npm-audit-html --output report.html
You can also fully customize the generated report by providing --template
option followed by your own handlebars template:
1npm audit --json | npm-audit-html --template ./my-awesome-template.hbs
If you'd like the generator to exit with non-zero exit code when vulnerabilities are found, you can add the --fatal-exit-code
option:
1npm audit --json | npm-audit-html --fatal-exit-code
See also the list of contributors who participated in this project.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 2/9 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
57 existing vulnerabilities detected
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