New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

proxy-chain

Package Overview
Dependencies
Maintainers
4
Versions
149
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.23 to 0.1.24

6

build/handler_base.js

@@ -169,3 +169,4 @@ 'use strict';

this.log('Target socket closed');
if (this.srcSocket) this.srcSocket.end();
// If socket is closed here instead of response, phantomjs does not properly parse the response as http response.
if (this.srcResponse) this.srcResponse.end();
}

@@ -177,3 +178,4 @@ }, {

this.log('Target socket ended');
if (this.srcSocket) this.srcSocket.end();
// If socket is closed here instead of response, phantomjs does not properly parse the response as http response.
if (this.srcResponse) this.srcResponse.end();
}

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

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

0.1.24 / 2018-02-09
===================
- Fixed incorrect closing of ServerResponse object which caused phantomjs to mark resource requests as errors.
0.1.23 / 2018-02-07

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

{
"name": "proxy-chain",
"version": "0.1.23",
"version": "0.1.24",
"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