Comparing version 1.6.3 to 1.6.4
@@ -541,3 +541,3 @@ /* | ||
mod_assert.ok(Array.isArray(funcs)); | ||
mod_assert.ok(arguments.length == 1 || callback instanceof Function); | ||
mod_assert.ok(arguments.length == 1 || typeof (callback) == 'function'); | ||
funcs = funcs.slice(0); | ||
@@ -544,0 +544,0 @@ |
{ | ||
"name": "vasync", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "utilities for observable asynchronous control flow", | ||
@@ -5,0 +5,0 @@ "main": "./lib/vasync.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
72704