Comparing version 2.2.0 to 2.2.1
@@ -205,3 +205,3 @@ "use strict"; | ||
// Start timeout timer (defaults to 30 seconds) | ||
setTimeout(() => this.onEstablishedTimeout(), this._options.timeout || constants_1.DEFAULT_TIMEOUT); | ||
setTimeout(() => this.onEstablishedTimeout(), this._options.timeout || constants_1.DEFAULT_TIMEOUT).unref(); | ||
// If an existing socket is provided, use it to negotiate SOCKS handshake. Otherwise create a new Socket. | ||
@@ -208,0 +208,0 @@ if (existing_socket) { |
{ | ||
"name": "socks", | ||
"private": false, | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", | ||
@@ -6,0 +6,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
218207
33