socks-proxy-agent
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
4
24807
394
Updatedsocks@^2.8.3