proxy-agent
Advanced tools
Comparing version 6.1.1 to 6.1.2
{ | ||
"name": "proxy-agent", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Maps proxy protocols to `http.Agent` implementations", | ||
@@ -29,10 +29,10 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"agent-base": "^7.0.0", | ||
"agent-base": "^7.0.1", | ||
"debug": "^4.3.4", | ||
"http-proxy-agent": "^6.0.0", | ||
"https-proxy-agent": "^6.0.0", | ||
"http-proxy-agent": "^6.0.1", | ||
"https-proxy-agent": "^6.1.0", | ||
"lru-cache": "^7.14.1", | ||
"pac-proxy-agent": "^6.0.0", | ||
"pac-proxy-agent": "^6.0.1", | ||
"proxy-from-env": "^1.1.0", | ||
"socks-proxy-agent": "^8.0.0" | ||
"socks-proxy-agent": "^8.0.1" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^14.18.43", | ||
"@types/node": "^14.18.45", | ||
"@types/proxy-from-env": "^1.0.1", | ||
@@ -51,3 +51,3 @@ "async-listen": "^2.1.0", | ||
"typescript": "^5.0.4", | ||
"proxy": "2.0.0", | ||
"proxy": "2.0.1", | ||
"tsconfig": "0.0.0" | ||
@@ -54,0 +54,0 @@ }, |
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
+ Addedtslib@2.8.1(transitive)
- Removedtslib@2.8.0(transitive)
Updatedagent-base@^7.0.1
Updatedhttp-proxy-agent@^6.0.1
Updatedhttps-proxy-agent@^6.1.0
Updatedpac-proxy-agent@^6.0.1
Updatedsocks-proxy-agent@^8.0.1