proxy-chain
Advanced tools
Comparing version 2.0.1-beta.3 to 2.0.1-beta.4
@@ -32,3 +32,3 @@ /// <reference types="node" /> | ||
hostname: string; | ||
port: string; | ||
port: number; | ||
isHttp: boolean; | ||
@@ -35,0 +35,0 @@ }; |
@@ -19,2 +19,3 @@ "use strict"; | ||
const custom_response_1 = require("./custom_response"); | ||
const normalize_url_port_1 = require("./utils/normalize_url_port"); | ||
// TODO: | ||
@@ -309,3 +310,3 @@ // - Implement this requirement from rfc7230 | ||
hostname: handlerOpts.trgParsed.hostname, | ||
port: handlerOpts.trgParsed.port, | ||
port: (0, normalize_url_port_1.normalizeUrlPort)(handlerOpts.trgParsed), | ||
isHttp: handlerOpts.isHttp, | ||
@@ -312,0 +313,0 @@ }; |
{ | ||
"name": "proxy-chain", | ||
"version": "2.0.1-beta.3", | ||
"version": "2.0.1-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": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
159052
80
1620