Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bluebird-ff

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluebird-ff - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

lib/fns.js

@@ -29,4 +29,5 @@ var util = require('util');

return function(arg) {
if (!util.isArray(arg)) {
if (!arg || !util.isArray(arg) || arg.__ff_and_sig !== true) {
arg = [arg];
arg.__ff_and_sig = true;
}

@@ -33,0 +34,0 @@

{
"name": "bluebird-ff",
"version": "1.0.0",
"version": "1.0.1",
"description": "Functional/Control-Flow utilities for Bluebird",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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