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

Issue 67 Simplifying package.json reading in tests #68

Closed helio-frota closed 4 years ago

helio-frota commented 4 years ago

Resolves #67

Description

We can use require directly without bother with fs.readFileSync and JSON.parse.

helio-frota commented 4 years ago

@InfoSec812 done, commit updated :+1:

InfoSec812 commented 4 years ago

@helio-frota One last thing... Could you bump the version? After that I will approve/merge.