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

Fixed max buffer for stdout #12

Closed tommybananas closed 5 years ago

tommybananas commented 5 years ago

This change increases the maximum stdout buffer storage from 200kb to 500kb for cases when the npm audit json exceeds 200kb. It avoids unexpected end of JSON errors being thrown from JSON.parse.

tommybananas commented 5 years ago

done!

InfoSec812 commented 5 years ago

New version has been published to NPM.