array-series
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "array-series", | ||
"description": "Call an array of asynchronous functions in series", | ||
"repo": "jonathanong/array-series", | ||
"version": "0.0.1", | ||
@@ -5,0 +6,0 @@ "main": "index.js", |
@@ -11,4 +11,3 @@ module.exports = function series(fns, context, callback) { | ||
var length = fns && fns.length | ||
if (!length) return callback(); | ||
if (!(fns && fns.length)) return callback(); | ||
@@ -36,2 +35,2 @@ fns = fns.slice(0) | ||
function noop() {} | ||
function noop() {} |
{ | ||
"name": "array-series", | ||
"description": "Call an array of asynchronous functions in series", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"scripts": { | ||
"test": "node test" | ||
} | ||
}, | ||
"author": { | ||
"name": "Jonathan Ong", | ||
"email": "me@jongleberry.com", | ||
"url": "http://jongleberry.com", | ||
"twitter": "https://twitter.com/jongleberry" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jonathanong/array-series.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jonathanong/array-series/issues", | ||
"email": "me@jongleberry.com" | ||
}, | ||
"license": "WTFPL" | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4465
0
116
1
0