Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-any-x

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-any-x - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/array-any-x.esm.js

@@ -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.

7

dist/array-any-x.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc