proxy-chain
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -207,3 +207,3 @@ 'use strict'; | ||
if (this.upstreamProxyUrlParsed && response.statusCode === 407) { | ||
this.fail('Upstream proxy need different credentials', 502); | ||
this.fail('Invalid credentials provided for the upstream proxy.', 502); | ||
return true; | ||
@@ -210,0 +210,0 @@ } |
@@ -0,31 +1,35 @@ | ||
0.1.22 / 2018-02-05 | ||
=================== | ||
- Renamed project's GitHub organization | ||
0.1.21 / 2018-01-26 | ||
================== | ||
=================== | ||
- Added Server.getConnectionIds() function | ||
0.1.20 / 2018-01-26 | ||
================== | ||
=================== | ||
- Fixed "TypeError: The header content contains invalid characters" bug | ||
0.1.19 / 2018-01-25 | ||
================== | ||
=================== | ||
- fixed uncaught error events, code improved | ||
0.1.18 / 2018-01-25 | ||
================== | ||
=================== | ||
- fixed a memory leak, improved logging and consolidated code | ||
0.1.17 / 2018-01-23 | ||
================== | ||
=================== | ||
- added `connectionClosed` event to notify users about closed proxy connections | ||
0.1.16 / 2018-01-09 | ||
================== | ||
=================== | ||
- added measuring of proxy stats - see `getConnectionStats()` function | ||
0.1.14 / 2017-12-19 | ||
================== | ||
=================== | ||
- added support for multiple headers with the same name (thx shershennm) | ||
0.0.1 / 2017-11-06 | ||
================== | ||
=================== | ||
- Project created |
{ | ||
"name": "proxy-chain", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.", | ||
@@ -22,8 +22,8 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/apifier/proxy-chain" | ||
"url": "git+https://github.com/apifytech/proxy-chain" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/apifier/proxy-chain/issues" | ||
"url": "https://github.com/apifytech/proxy-chain/issues" | ||
}, | ||
"homepage": "https://github.com/apifier/proxy-chain", | ||
"homepage": "https://github.com/apifytech/proxy-chain", | ||
"files": [ | ||
@@ -30,0 +30,0 @@ "build" |
# proxy-chain | ||
[![npm version](https://badge.fury.io/js/proxy-chain.svg)](http://badge.fury.io/js/proxy-chain) | ||
[![Build Status](https://travis-ci.org/Apifier/proxy-chain.svg)](https://travis-ci.org/Apifier/proxy-chain) | ||
[![Build Status](https://travis-ci.org/apifytech/proxy-chain.svg)](https://travis-ci.org/apifytech/proxy-chain) | ||
@@ -6,0 +6,0 @@ Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84602