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 57: Handle npm web service timeout gracefully #58

Closed InfoSec812 closed 4 years ago

InfoSec812 commented 4 years ago

Resolves #57

Description

Added logic and unit test to ensure that communication problems with the NPM registry are properly handled so that it is obvious when there is a problem with the upstream server versus this application