Socket
Socket
Sign inDemoInstall

http-proxy-agent

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

index.js

10

History.md
2.0.0 / 2017-06-27
==================
* drop support for Node.js < v4
* update "mocha" to v3
* update to "agent-base" v4
* rename http-proxy-agent.js to index.js
* remove `extend` dependency
* test Node.js 4, 5, 6, 7 and 8 on Travis-CI
1.0.0 / 2015-07-10

@@ -3,0 +13,0 @@ ==================

9

package.json
{
"name": "http-proxy-agent",
"version": "1.0.0",
"version": "2.0.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "http-proxy-agent.js",
"main": "./index.js",
"scripts": {

@@ -25,10 +25,9 @@ "test": "mocha --reporter spec"

"dependencies": {
"agent-base": "2",
"extend": "3",
"agent-base": "4",
"debug": "2"
},
"devDependencies": {
"mocha": "2",
"mocha": "3",
"proxy": "~0.2.3"
}
}

Sorry, the diff of this file is not supported yet

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