better-https-proxy-agent
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -206,3 +206,3 @@ 'use strict'; | ||
const toOptions = Object.assign({}, this[OPTIONS]); | ||
toOptions.path = throughOptions.host + ':' + throughOptions.port | ||
toOptions.path = (throughOptions.hostname || throughOptions.host) + ':' + throughOptions.port | ||
@@ -209,0 +209,0 @@ debug('_createProxyConnection', toOptions); |
{ | ||
"name": "better-https-proxy-agent", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An agent for HTTPS through an HTTP(S) proxy server using the CONNECT method", | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "src", | ||
"test": "test" | ||
@@ -9,0 +8,0 @@ }, |
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
12489