Socket
Socket
Sign inDemoInstall

https-proxy-agent

Package Overview
Dependencies
3
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

2

index.js

@@ -62,3 +62,2 @@ /**

this.proxy = proxy;
this.defaultPort = 443;
}

@@ -175,3 +174,2 @@ inherits(HttpsProxyAgent, Agent);

// save a reference to the concat'd Buffer for the `onsocket` callback

@@ -178,0 +176,0 @@ buffers = buffered;

12

package.json
{
"name": "https-proxy-agent",
"version": "3.0.1",
"version": "4.0.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",

@@ -26,12 +26,12 @@ "main": "./index.js",

"dependencies": {
"agent-base": "^4.3.0",
"debug": "^3.1.0"
"agent-base": "5",
"debug": "4"
},
"devDependencies": {
"mocha": "^6.2.0",
"proxy": "1.0.1"
"mocha": "6",
"proxy": "1"
},
"engines": {
"node": ">= 4.5.0"
"node": ">= 6.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc