proxy-chain
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
@@ -1,2 +0,2 @@ | ||
1.0.0 / 2021-02-17 | ||
1.0.0 / 2021-03-17 | ||
=================== | ||
@@ -24,2 +24,4 @@ - **BREAKING:** The `parseUrl()` function slightly changed its behavior (see README for details): | ||
- **BREAKING:** The undocumented `findFreePort()` function was moved from tools.js to test/tools.js | ||
- Added the [ability to access proxy CONNECT headers](https://github.com/apify/proxy-chain#accessing-the-connect-response-headers-for-proxy-tunneling) for proxy tunneling. | ||
- Removed dependency on Node.js internal modules, hopefully allowing usage of this library in Electron. | ||
- Got rid of the "portastic" NPM package and thus reduced bundle size by ~50% | ||
@@ -26,0 +28,0 @@ - Various code improvements and better tests. |
{ | ||
"name": "proxy-chain", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"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", |
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
138616