@josecarlosrz/array-helper
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -218,3 +218,3 @@ module.exports = { | ||
if (a === null || b === null) { | ||
return false; | ||
throw new TypeError('Arguments must be both arrays'); | ||
} | ||
@@ -221,0 +221,0 @@ |
{ | ||
"name": "@josecarlosrz/array-helper", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Array helper to have async behavior and some util methods", | ||
@@ -5,0 +5,0 @@ "main": "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
6692