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

proxy-chain

Package Overview
Dependencies
Maintainers
10
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-chain - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4-beta.0

1

dist/anonymize_proxy.d.ts
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import net from 'net';

@@ -5,0 +6,0 @@ import http from 'http';

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

/// <reference types="node" />
/// <reference types="node" />
import http from 'http';

@@ -7,0 +8,0 @@ import { Buffer } from 'buffer';

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

/// <reference types="node" />
/// <reference types="node" />
import dns from 'dns';

@@ -7,0 +8,0 @@ import { URL } from 'url';

/// <reference types="node" />
/// <reference types="node" />
import type http from 'http';

@@ -3,0 +4,0 @@ import type { Buffer } from 'buffer';

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import dns from 'dns';

@@ -5,0 +6,0 @@ import { Buffer } from 'buffer';

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

/// <reference types="node" />
/// <reference types="node" />
import dns from 'dns';

@@ -9,0 +10,0 @@ import http from 'http';

1

dist/server.js

@@ -537,3 +537,2 @@ "use strict";

}
this.connections.clear();
this.log(null, `Destroyed ${this.connections.size} pending sockets`);

@@ -540,0 +539,0 @@ }

{
"name": "proxy-chain",
"version": "2.5.3",
"version": "2.5.4-beta.0",
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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