1.0.6 • Published 3 years ago

audit-check v1.0.6

Weekly downloads
73
License
ISC
Repository
github
Last release
3 years ago

audit-check

Badges

Build Status codecov Known Vulnerabilities Quality Gate Status Codacy Badge

Install

npm install -g audit-check

Common Configuration Options

OptionsDescriptionTypeDefault
severitySeverity to ignore, will filter from the result and return the correct exit codeStringinfo
jsonWeither to return a JSON or TableBooleanfalse
ignore-devWeither to ignore dev-dependenciesBooleanfalse
outputPath to save output toString
whitelistList of module names to ignore, comma-separatedString

Examples

Outputs a JSON but excluding debug

audit-check --json --whitelist debug

Outputs a JSON but only showing high or greater severity

audit-check --severity high --json

Outputs a json to file with only low and higher severity, excludes debug and only from production dependencies

audit-check --severity low --whitelist debug --ignore-dev --output ./result.json

Outputs a table with only low and higher severity, excludes debug and only from production dependencies

audit-check --severity low --whitelist debug --ignore-dev
1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago