Comparing version 1.0.0 to 1.0.1
@@ -12,10 +12,10 @@ 'use strict'; | ||
module.exports = function () { | ||
return conf['https-proxy'] || | ||
conf['http-proxy'] || | ||
conf.proxy || | ||
process.env.HTTPS_PROXY || | ||
return process.env.HTTPS_PROXY || | ||
process.env.https_proxy || | ||
process.env.HTTP_PROXY || | ||
process.env.http_proxy || | ||
conf['https-proxy'] || | ||
conf['http-proxy'] || | ||
conf.proxy || | ||
null; | ||
}; |
{ | ||
"name": "get-proxy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get configured proxy", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package