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 test to ensure that the version in package.json matches the version defined in the code. #63

Closed InfoSec812 closed 4 years ago

InfoSec812 commented 4 years ago

Currently, the version in package.json can be different than the version defined as a constant in bin/index.js. Add a unit test to verify that they match so that the build will fail if they do not match.

InfoSec812 commented 4 years ago

Resolved with #64