Huge News!Announcing our $40M Series B led by Abstract Ventures.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.13 to 0.0.14

12

lib/ff.js

@@ -432,3 +432,5 @@ /*

ff.cb = function (fn) {
fn._ffMethod = 'cb';
if (fn) {
fn._ffMethod = 'cb';
}
return fn;

@@ -438,3 +440,5 @@ }

ff.error = function (fn) {
fn._ffMethod = 'error';
if (fn) {
fn._ffMethod = 'error';
}
return fn;

@@ -444,5 +448,7 @@ }

ff.success = function (fn) {
fn._ffMethod = 'success';
if (fn) {
fn._ffMethod = 'success';
}
return fn;
}
{
"name": "ff",
"version": "0.0.13",
"version": "0.0.14",
"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