async-transforms
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "async-transforms", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Asynchronous stream transforms", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -183,3 +183,3 @@ import stream from 'stream'; | ||
const promise = new Promise((resolve, reject) => { | ||
s = gate((arr) => resolve(arr), options); | ||
s = gate((arr) => resolve(arr)); | ||
s.on('error', reject); | ||
@@ -186,0 +186,0 @@ }); |
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
38448