http2-wrapper
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "http2-wrapper", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "HTTP2 client, just with the familiar `https` API", | ||
@@ -5,0 +5,0 @@ "main": "source", |
@@ -151,3 +151,5 @@ 'use strict'; | ||
options.agent = agent; | ||
} else if (agent === undefined) { | ||
} | ||
if (agent === undefined) { | ||
agent = isHttp2 ? globalAgent : https.globalAgent; | ||
@@ -154,0 +156,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
1802
68923