http2-wrapper
Advanced tools
Comparing version 2.1.10 to 2.1.11
{ | ||
"name": "http2-wrapper", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "HTTP2 client, just with the familiar `https` API", | ||
@@ -5,0 +5,0 @@ "main": "source", |
@@ -5,3 +5,3 @@ 'use strict'; | ||
if (stream.listenerCount('error') !== 0) { | ||
return; | ||
return stream; | ||
} | ||
@@ -8,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
75109