Comparing version 2.6.0 to 2.6.1
@@ -693,3 +693,3 @@ "use strict"; | ||
this.removeInternalSocketHandlers(); | ||
this.emit('established', { socket: this.socket }); | ||
this.emit('established', { remoteHost, socket: this.socket }); | ||
} | ||
@@ -696,0 +696,0 @@ else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { |
{ | ||
"name": "socks", | ||
"private": false, | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", | ||
@@ -37,4 +37,4 @@ "main": "build/index.js", | ||
"@types/ip": "1.1.0", | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.35", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.41", | ||
"coveralls": "3.1.0", | ||
@@ -48,3 +48,3 @@ "mocha": "^8.3.2", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -51,0 +51,0 @@ "dependencies": { |
@@ -412,3 +412,3 @@ # socks [![Build Status](https://travis-ci.org/JoshGlazebrook/socks.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/socks) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/socks/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/socks?branch=v2) | ||
| SOCKS v4a | ✅ | ❌ | ✅ | ❌ | ✅ | | ||
| SOCKS v5 (includes 5hh) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| SOCKS v5 (includes v5h) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
@@ -415,0 +415,0 @@ ### new SocksClient(options) |
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
151648