array-any-x
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -37,2 +37,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); } | ||
* | ||
* @function any | ||
* @param {Array} array - The array to iterate over. | ||
@@ -39,0 +40,0 @@ * @param {Function} callBack - Function to test for each element. |
@@ -5,9 +5,9 @@ /*! | ||
"copywrite": "Copyright (c) 2019-present", | ||
"date": "2019-08-05T12:57:04.576Z", | ||
"date": "2019-08-05T18:32:54.722Z", | ||
"describe": "", | ||
"description": "Like Array.some but does not skip holes.", | ||
"file": "array-any-x.js", | ||
"hash": "12590fc79a3d4e596956", | ||
"hash": "6f633a6a84aeed6de994", | ||
"license": "MIT", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} | ||
@@ -1669,2 +1669,3 @@ */ | ||
* | ||
* @function any | ||
* @param {Array} array - The array to iterate over. | ||
@@ -1671,0 +1672,0 @@ * @param {Function} callBack - Function to test for each element. |
@@ -5,9 +5,9 @@ /*! | ||
"copywrite": "Copyright (c) 2019-present", | ||
"date": "2019-08-05T12:57:04.576Z", | ||
"date": "2019-08-05T18:32:54.722Z", | ||
"describe": "", | ||
"description": "Like Array.some but does not skip holes.", | ||
"file": "array-any-x.min.js", | ||
"hash": "1c8b3072a12cf05927a3", | ||
"hash": "4cc488e49d9528b964a5", | ||
"license": "MIT", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} | ||
@@ -14,0 +14,0 @@ */ |
{ | ||
"name": "array-any-x", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Like Array.some but does not skip holes.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Xotic750/array-any-x", |
@@ -25,2 +25,3 @@ import toObject from 'to-object-x'; | ||
* | ||
* @function any | ||
* @param {Array} array - The array to iterate over. | ||
@@ -27,0 +28,0 @@ * @param {Function} callBack - Function to test for each element. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
205653
1541