@npmcli/agent
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -68,3 +68,6 @@ 'use strict' | ||
const proxyAgent = new ProxyAgent(proxy, this.#options) | ||
const proxyAgent = new ProxyAgent(proxy, { | ||
...this.#options, | ||
socketOptions: { family: this.#options.family }, | ||
}) | ||
proxyCache.set(cacheKey, proxyAgent) | ||
@@ -71,0 +74,0 @@ |
{ | ||
"name": "@npmcli/agent", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "the http/https agent used by the npm cli", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"lru-cache": "^10.0.1", | ||
"socks-proxy-agent": "^8.0.1" | ||
"socks-proxy-agent": "^8.0.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
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
17739
466
Updatedsocks-proxy-agent@^8.0.3