Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
feat: support audit via HTTPS proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
redi-wadash committed Jun 15, 2018
1 parent ddc32e7 commit 5328bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5328bc3

Please sign in to comment.