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.9.3 to 1.9.4

2

out/lib/flow.js

@@ -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",

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