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.2.5 to 0.2.6

8

build/handler_tunnel_chain.js

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

var targetHost = this.trgParsed.hostname + ':' + this.trgParsed.port;
var options = {

@@ -58,4 +60,6 @@ method: 'CONNECT',

port: this.upstreamProxyUrlParsed.port,
path: this.trgParsed.hostname + ':' + this.trgParsed.port,
headers: {}
path: targetHost,
headers: {
Host: targetHost
}
};

@@ -62,0 +66,0 @@

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

0.2.6 / 2018-12-27
===================
- Bugfix: Added `Host` header to `HTTP CONNECT` requests to upstream proxies
0.2.5 / 2018-09-10

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

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