simple-socks
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,5 @@ | ||
# v0.2.4 - 2015/04/09 | ||
* Ensuring any errors that emit from the underlying socket are surfaced to the proxy server | ||
# v0.2.3 - 2015/04/05 | ||
@@ -2,0 +6,0 @@ |
@@ -76,2 +76,7 @@ var | ||
// Capture any unhandled errors | ||
socket.on('error', function (err) { | ||
self.server.emit(EVENTS.PROXY_ERROR, err); | ||
}); | ||
/** | ||
@@ -78,0 +83,0 @@ * +----+------+----------+------+----------+ |
{ | ||
"name": "simple-socks", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "proxies requests ", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
22674
417