@applitools/utils
Advanced tools
Comparing version 1.3.25 to 1.3.26
@@ -37,2 +37,3 @@ "use strict"; | ||
stream.on('aborted', onAbort); | ||
stream.on('pause', onPause); | ||
stream.on('close', onCleanup); | ||
@@ -52,2 +53,5 @@ function onData(chunk) { | ||
} | ||
function onPause() { | ||
stream.resume(); | ||
} | ||
function onCleanup() { | ||
@@ -58,2 +62,3 @@ stream.off('data', onData); | ||
stream.off('aborted', onAbort); | ||
stream.off('pause', onPause); | ||
stream.off('close', onCleanup); | ||
@@ -60,0 +65,0 @@ } |
{ | ||
"name": "@applitools/utils", | ||
"version": "1.3.25", | ||
"version": "1.3.26", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
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
71677
1299