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.3 to 0.0.4

11

lib/ff.js

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

// Register a slot in the next function which includes first param
Group.prototype.slotNoError = function slotNoError(argLength) {
this.debug && console.log("slotting (no error)", this.left);
var group = this;
var slot = group.slot(argLength);
return function () {
group.debug && console.log("slot DONE (no error)", group.left);
slot.apply(group, [null].concat(slice.call(arguments)));
}
};
// Block on this callback, but dont slot data

@@ -98,0 +109,0 @@ Group.prototype.wait = function wait() {

2

package.json
{
"name": "ff",
"version": "0.0.3",
"version": "0.0.4",
"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