Comparing version 3.0.0 to 3.0.1
@@ -26,4 +26,4 @@ 'use strict'; | ||
return new Promise(function(resolve, reject) { | ||
vres.on('error', reject); | ||
vres.on('end', function() { resolve(vres); }); | ||
res.on('error', reject); | ||
res.on('finish', function() { resolve(vres); }); | ||
vres.pipe(res); | ||
@@ -30,0 +30,0 @@ }); |
{ | ||
"name": "quinn", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Maybe coming some day.", | ||
@@ -5,0 +5,0 @@ "main": "dist/quinn.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7968
0