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.11 to 0.0.12

5

lib/ff.js

@@ -31,2 +31,5 @@ /*

if (typeof exports !== 'undefined') {
exports = ff; // jsio
}
if (typeof module !== 'undefined') {

@@ -265,3 +268,3 @@ module.exports = ff;

if (this.result) {
cb.apply(this, this.result);
cb.apply(this.context || this, this.result);
} else {

@@ -268,0 +271,0 @@ this.completionHandlers.push(cb);

2

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