Comparing version 1.9.3 to 1.9.4
@@ -321,3 +321,3 @@ // Generated by CoffeeScript 1.3.3 | ||
}; | ||
if (this.completed && this.completed % 100 === 0) { | ||
if (this.completed !== 0 && (this.mode === 'async' || (this.completed % 100) === 0)) { | ||
setTimeout(run, 0); | ||
@@ -324,0 +324,0 @@ } else { |
{ | ||
"name": "bal-util", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/bal-util", |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
58478
0