Socket
Socket
Sign inDemoInstall

socks-proxy-agent

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks-proxy-agent - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

index.js

7

History.md
3.0.0 / 2017-06-13
==================
* [BREAKING] drop support for Node < 4
* update deps, remove `extend` dependency
* rename `socks-proxy-agent.js` to `index.js`
2.1.1 / 2017-06-13

@@ -3,0 +10,0 @@ ==================

11

package.json
{
"name": "socks-proxy-agent",
"version": "2.1.1",
"version": "3.0.0",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"main": "socks-proxy-agent.js",
"main": "./index.js",
"scripts": {

@@ -28,8 +28,7 @@ "test": "mocha --reporter spec"

"dependencies": {
"agent-base": "2",
"extend": "3",
"socks": "~1.1.5"
"agent-base": "^4.0.1",
"socks": "^1.1.10"
},
"devDependencies": {
"mocha": "2",
"mocha": "^3.4.2",
"raw-body": "^2.2.0",

@@ -36,0 +35,0 @@ "socksv5": "0.0.6"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc