get-url-proxy
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -15,2 +15,3 @@ var getProxy = require('./index'); | ||
cache[origin] = ret; | ||
cacheKeys.push(origin); | ||
while (cacheKeys.length > maxCache) { | ||
@@ -17,0 +18,0 @@ var key = cacheKeys.shift(); |
{ | ||
"name": "get-url-proxy", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "get-url-proxy will return the applicable proxy to use for a given URL based on NO_PROXY and PROT_PROXY environment variables", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5735
74