npm-audit-csv

2.1.0 • Public • Published

npm-audit-csv

utility to export npm audit results in csv format

Works with updated npm audit output

installation

npm install -g npm-audit-csv

usage

$ npm audit --json | npm-audit-csv

By default the report will be saved to npm-audit.csv

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-csv --fatal-exit-code

license

MIT

/npm-audit-csv/

    Package Sidebar

    Install

    npm i npm-audit-csv

    Weekly Downloads

    29

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    4.96 kB

    Total Files

    4

    Last publish

    Collaborators

    • aju9316