Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eg-socks5-proxy-server

Package Overview
Dependencies
Maintainers
30
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eg-socks5-proxy-server - npm Package Compare versions

Comparing version 0.2.0-debug-4 to 0.2.0-debug-5

2

package.json
{
"name": "@applitools/eg-socks5-proxy-server",
"version": "0.2.0-debug-4",
"version": "0.2.0-debug-5",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -44,3 +44,8 @@ const net = require('net')

const dataTimeoutId = setTimeout(() => proxyServer.onDataTimeout(), 5000)
const dataTimeoutId2 = setTimeout(() => proxyServer.onOriginDataTimeout(), 5000)
const dataTimeoutId2 = setTimeout(() => {
destination.destroy()
end(originalSocket, RFC_1928_REPLIES.NETWORK_UNREACHABLE, args)
proxyServer.onOriginDataTimeout()
}, 5000)
originalSocket.once('data', () => clearTimeout(dataTimeoutId2))

@@ -47,0 +52,0 @@ destination.once('data', () => clearTimeout(dataTimeoutId))

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc