New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ff

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ff - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

11

lib/ff.js

@@ -123,2 +123,13 @@ /*

// Wait, but don't forward error
Group.prototype.waitNoError = function waitNoError() {
this.debug && console.log("waiting (no error)", this.left);
var group = this;
var wait = this.wait();
return function () {
group.debug && console.log("wait DONE (no error)", group.left);
wait.apply(group, [null].concat(slice.call(arguments)));
}
};
// Creates a nested group where several callbacks go into a single array.

@@ -125,0 +136,0 @@ Group.prototype.makeGroup = function makeGroup() {

2

package.json
{
"name": "ff",
"version": "0.0.4",
"version": "0.0.5",
"description": "Asynchronous flow control library for node (and browsers)",

@@ -5,0 +5,0 @@ "engine": [ "node >=0.2.0" ],

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