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

Consider using minimist instead of argv for command line parsing #71

Closed helio-frota closed 3 years ago

helio-frota commented 4 years ago

Main reasons:

1) the size of the module 2) minimist is still being maintained.

https://www.npmjs.com/package/minimist https://github.com/substack/minimist

argv in other hand looks abandoned since 2014 https://github.com/codenothing/argv

InfoSec812 commented 3 years ago

I highly recommend that you use Sonatype's auditjs as a replacement. I am just going to mark this project as deprecated.