InfoSec812 / npm-audit-ci-wrapper

A wrapper for 'npm audit' which can be configurable for use in a CI/CD tool like Jenkins
Apache License 2.0
13 stars 11 forks source link

Add check to startup to ensure new enough version of NPM #18

Closed InfoSec812 closed 5 years ago

InfoSec812 commented 5 years ago

npm audit was only added since version >= 6.0.0, we need to make sure that the user doesn't try to run with an older version.