Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "gcm-stream", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -72,2 +72,5 @@ "use strict"; | ||
} | ||
catch (e) { | ||
this.emit('error', e); | ||
} | ||
finally { | ||
@@ -74,0 +77,0 @@ this.push(null); |
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
23068
336