@postman/tunnel-agent
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -222,3 +222,9 @@ 'use strict' | ||
var secureSocket | ||
var secureContext | ||
if(self.options.extraCA) { | ||
secureContext = tls.createSecureContext(self.options) | ||
secureContext.context.addCACert(self.options.extraCA) | ||
} | ||
try { | ||
@@ -229,2 +235,3 @@ // 0 is dummy port for v0.6 | ||
, socket: socket | ||
, secureContext: secureContext | ||
} | ||
@@ -231,0 +238,0 @@ )) |
@@ -6,3 +6,3 @@ { | ||
"description": "HTTP proxy tunneling agent.", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "url": "git+https://github.com/postmanlabs/tunnel-agent.git" |
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
17816
240