You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

array.partial

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array.partial - npm Package Compare versions

Comparing version

to
1.0.1

{
"name": "array.partial",
"version": "1.0.0",
"version": "1.0.1",
"description":

@@ -5,0 +5,0 @@ "Like array.some, but with exclusivity. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.",

@@ -34,2 +34,4 @@ # array.partial [![Build Status](https://travis-ci.org/mrchief/array.partial.svg?branch=master)](https://travis-ci.org/mrchief/array.partial)

Return true if and only if some elements pass the check, otherwise false.
#### array

@@ -36,0 +38,0 @@