Comparing version 0.0.5 to 0.0.6
@@ -36,1 +36,8 @@ 'use strict'; | ||
}; | ||
Array.prototype.containsAny = function(arr) { | ||
return this.some(function (v) { | ||
return arr.indexOf(v) >= 0 | ||
}) | ||
} |
{ | ||
"name": "ab-array", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Array prototype addons", | ||
@@ -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
3241
37