All Projects → eventOneHQ → npm-audit-html

eventOneHQ / npm-audit-html

Licence: MIT license
🔒 Generate a HTML report for NPM Audit

Programming Languages

Handlebars
879 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to npm-audit-html

gulp-reporter
Error report for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO
Stars: ✭ 17 (-58.54%)
Mutual labels:  reporter
ruby-grafana-reporter
Reporting Service for Grafana
Stars: ✭ 42 (+2.44%)
Mutual labels:  reporter
rspec html reporter
Rspec custom formatter to produce beautiful reports from rspec
Stars: ✭ 32 (-21.95%)
Mutual labels:  reporter
jtl-reporter
JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
Stars: ✭ 85 (+107.32%)
Mutual labels:  reporter
license-ls
Get a list of licenses used by a projects dependencies
Stars: ✭ 17 (-58.54%)
Mutual labels:  reporter
Xcrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Stars: ✭ 2,689 (+6458.54%)
Mutual labels:  reporter
Goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 2,943 (+7078.05%)
Mutual labels:  reporter
cypress-mochawesome-reporter
Zero config Mochawesome reporter for Cypress with screenshots
Stars: ✭ 48 (+17.07%)
Mutual labels:  reporter
react-native-feedback-reporter
RNFR is on a mission to help developers get useful information from testers to help debug issues by automatically gathering information and integrating it with popular tools.
Stars: ✭ 22 (-46.34%)
Mutual labels:  reporter
cypress-circleci-reporter
Cypress test reporter for CircleCI
Stars: ✭ 37 (-9.76%)
Mutual labels:  reporter
testcafe-reporter-cucumber-json
TestCafe reporter to generate json in cucumber format
Stars: ✭ 18 (-56.1%)
Mutual labels:  reporter
wdio-spec-reporter
A WebdriverIO v4 plugin. Reporter that creates 'spec'-style reports
Stars: ✭ 20 (-51.22%)
Mutual labels:  reporter
query2report
Query2Report is a simple open source business intelligence platform that allows users to build report/dashboard for business analytics or enterprise reporting
Stars: ✭ 43 (+4.88%)
Mutual labels:  reporter
pytest-elk-reporter
A plugin to send pytest test results to ELK stack
Stars: ✭ 17 (-58.54%)
Mutual labels:  reporter
eslint-formatter-git-log
ESLint Formatter featuring Git Author, Date, and Hash
Stars: ✭ 36 (-12.2%)
Mutual labels:  reporter
ErrorControlSystem
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
Stars: ✭ 30 (-26.83%)
Mutual labels:  reporter
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 3,019 (+7263.41%)
Mutual labels:  reporter
rspec-tap-formatters
TAP Producer for RSpec-3
Stars: ✭ 20 (-51.22%)
Mutual labels:  reporter

npm-audit-html

GitHub license npm Build Status Commitizen friendly JavaScript Style Guide semantic-release

Generate a HTML report for NPM Audit

📝 Table of Contents

🏁 Getting Started

$ npm install -g npm-audit-html

This package uses async/await and requires Node.js 7.6

🎈 Usage

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:

npm 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:

npm 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:

npm audit --json | npm-audit-html --fatal-exit-code

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].