diff --git a/src/index.js b/src/index.js index 266fdfb..1f5e75c 100644 --- a/src/index.js +++ b/src/index.js @@ -30,6 +30,7 @@ export default class ProxyAudit { { url: 'https://registry.npmjs.org/-/npm/v1/security/audits', method: 'POST', + proxy: auth.config.https_proxy, req, body: JSON.stringify(req.body), gzip: true,