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

ff

Package Overview
Dependencies
Maintainers
2
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.14 to 0.0.15

10

lib/ff.js

@@ -238,6 +238,8 @@ /*

args.forEach(function (fn) {
if (fn._ffMethod) { // backwards-compat
this[fn._ffMethod](fn);
} else {
this.next(fn);
if (fn) {
if (fn._ffMethod) { // backwards-compat
this[fn._ffMethod](fn);
} else {
this.next(fn);
}
}

@@ -244,0 +246,0 @@ }, this);

2

package.json
{
"name": "ff",
"version": "0.0.14",
"version": "0.0.15",
"description": "Concise, Powerful Asynchronous Flow Control in JavaScript",

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