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

proxy-chain

Package Overview
Dependencies
Maintainers
4
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 0.1.24 to 0.1.25

4

build/handler_base.js

@@ -171,2 +171,4 @@ 'use strict';

if (this.srcResponse) this.srcResponse.end();
// Handler tunnel chain does not use srcResponse, but needs to close srcSocket
else if (this.srcSocket) this.srcSocket.end();
}

@@ -180,2 +182,4 @@ }, {

if (this.srcResponse) this.srcResponse.end();
// Handler tunnel chain does not use srcResponse, but needs to close srcSocket
else if (this.srcSocket) this.srcSocket.end();
}

@@ -182,0 +186,0 @@ }, {

@@ -0,1 +1,5 @@

0.1.25 / 2018-02-12
===================
- When connection is only through socket, close srcSocket when trgSocket ends
0.1.24 / 2018-02-09

@@ -2,0 +6,0 @@ ===================

2

package.json
{
"name": "proxy-chain",
"version": "0.1.24",
"version": "0.1.25",
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.",

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

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