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 3.0.0 to 3.0.1

5

History.md
3.0.1 / 2017-09-18
==================
* update "agent-base" to v4.1.0
3.0.0 / 2017-06-13

@@ -3,0 +8,0 @@ ==================

4

index.js

@@ -31,3 +31,3 @@ /**

);
Agent.call(this, connect);
Agent.call(this, opts);

@@ -90,3 +90,3 @@ var proxy = Object.assign({}, opts);

function connect(req, opts, fn) {
SocksProxyAgent.prototype.callback = function connect(req, opts, fn) {
var proxy = this.proxy;

@@ -93,0 +93,0 @@

{
"name": "socks-proxy-agent",
"version": "3.0.0",
"version": "3.0.1",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",

@@ -28,3 +28,3 @@ "main": "./index.js",

"dependencies": {
"agent-base": "^4.0.1",
"agent-base": "^4.1.0",
"socks": "^1.1.10"

@@ -31,0 +31,0 @@ },

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