Socket
Socket
Sign inDemoInstall

socks-proxy-agent

Package Overview
Dependencies
Maintainers
0
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 8.0.3 to 8.0.4

3

./dist/index.js

@@ -34,3 +34,2 @@ "use strict";

const dns = __importStar(require("dns"));
const net = __importStar(require("net"));
const tls = __importStar(require("tls"));

@@ -158,3 +157,3 @@ const url_1 = require("url");

socket,
servername: net.isIP(servername) ? undefined : servername,
servername,
});

@@ -161,0 +160,0 @@ tlsSocket.once('error', (error) => {

@@ -34,3 +34,2 @@ "use strict";

const dns = __importStar(require("dns"));
const net = __importStar(require("net"));
const tls = __importStar(require("tls"));

@@ -158,3 +157,3 @@ const url_1 = require("url");

socket,
servername: net.isIP(servername) ? undefined : servername,
servername,
});

@@ -161,0 +160,0 @@ tlsSocket.once('error', (error) => {

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

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

"debug": "^4.3.4",
"socks": "^2.7.1"
"socks": "^2.8.3"
},

@@ -129,3 +129,3 @@ "devDependencies": {

"typescript": "^5.0.4",
"proxy": "2.1.1",
"proxy": "2.2.0",
"tsconfig": "0.0.0"

@@ -132,0 +132,0 @@ },

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