@applitools/eg-socks5-proxy-server
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@applitools/eg-socks5-proxy-server", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -34,3 +34,3 @@ const { | ||
ORIGINAL_SOCKET_ERROR: 'orginal-socket-error', | ||
ORIGIN_SOCKET_ERROR: 'orgin-socket-error', | ||
REMOTE_SOCKET_ERROR: 'remote-socket-error', | ||
@@ -63,3 +63,3 @@ REMOTE_CONNECTION_TIMEOUT_ERROR: 'remote-connection-timeout-error', | ||
socket.on('error', (err) => { | ||
self.server.emit(EVENTS.ORIGINAL_SOCKET_ERROR, {err, socket}) | ||
self.server.emit(EVENTS.ORIGIN_SOCKET_ERROR, {err, socket}) | ||
}) | ||
@@ -66,0 +66,0 @@ socket.setKeepAlive(true) |
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
21045