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
34
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.4.2 to 0.4.3

2

lib/index.d.ts

@@ -20,3 +20,3 @@ /// <reference types="node" />

listen: (...args: any[]) => net.Server;
close: (...args: any[]) => void;
close: (...args: any[]) => net.Server;
getConnections: (cb: (error: Error | null, count: number) => void) => void;

@@ -23,0 +23,0 @@ setProxyServer: ({ address, port, shouldUseProxy }: SetProxyServerOptions) => void;

@@ -56,3 +56,3 @@ "use strict";

this.syncDestinationSocketInterval && clearInterval(this.syncDestinationSocketInterval);
this.server.close(...args);
return this.server.close(...args);
};

@@ -59,0 +59,0 @@ this.getConnections = (cb) => this.server.getConnections(cb);

{
"name": "@applitools/eg-socks5-proxy-server",
"version": "0.4.2",
"version": "0.4.3",
"description": "",

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

@@ -375,3 +375,3 @@ import {

this.syncDestinationSocketInterval && clearInterval(this.syncDestinationSocketInterval)
this.server.close(...args)
return this.server.close(...args)
}

@@ -378,0 +378,0 @@ public getConnections = (cb: (error: Error | null, count: number) => void) =>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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