bluebird-ff
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7127
141