Comparing version 1.8.6 to 1.8.8
@@ -263,5 +263,14 @@ // Generated by CoffeeScript 1.3.3 | ||
_Class.prototype.runTask = function(task) { | ||
var me, run; | ||
me = this; | ||
try { | ||
++this.running; | ||
task(this.completer()); | ||
run = function() { | ||
++me.running; | ||
return task(me.completer()); | ||
}; | ||
if (this.completed && this.completed % 100 === 0) { | ||
setTimeout(run, 0); | ||
} else { | ||
run(); | ||
} | ||
} catch (err) { | ||
@@ -268,0 +277,0 @@ this.complete(err); |
{ | ||
"name": "bal-util", | ||
"version": "1.8.6", | ||
"version": "1.8.8", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -38,2 +38,3 @@ "homepage": "https://github.com/balupton/bal-util", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -40,0 +41,0 @@ "coffee-script": "1.3.x", |
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
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
57075
1694
1