Comparing version 2.1.3 to 2.1.4
@@ -17,3 +17,3 @@ "use strict"; | ||
const helpers_1 = require("../common/helpers"); | ||
const receiveBuffer_1 = require("../common/receiveBuffer"); | ||
const receivebuffer_1 = require("../common/receivebuffer"); | ||
const util_1 = require("../common/util"); | ||
@@ -220,3 +220,3 @@ class SocksClient extends events_1.EventEmitter { | ||
this.state = constants_1.SocksClientState.Connecting; | ||
this._receiveBuffer = new receiveBuffer_1.ReceiveBuffer(); | ||
this._receiveBuffer = new receivebuffer_1.ReceiveBuffer(); | ||
if (existing_socket) { | ||
@@ -223,0 +223,0 @@ this._socket.emit('connect'); |
@@ -42,2 +42,2 @@ "use strict"; | ||
exports.ReceiveBuffer = ReceiveBuffer; | ||
//# sourceMappingURL=receiveBuffer.js.map | ||
//# sourceMappingURL=receivebuffer.js.map |
{ | ||
"name": "socks", | ||
"private": false, | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"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
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