Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bal-util

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bal-util - npm Package Compare versions

Comparing version 1.8.6 to 1.8.8

13

out/lib/flow.js

@@ -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);

3

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc