arr-diff
Value matcher
Returns an array with unique values from multiple arrays using strict equality comparisons
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
46 stars
4 watching
18 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
arrarraydiffdifferenceelementsjavascriptnodejsuniqueutilutilityvalues
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/array-first | Returns one or more elements from the beginning of an array | 11 |
jonschlinkert/in-array | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
jonschlinkert/array-last | Returns the last element(s) in an array | 35 |
jonschlinkert/arr-flatten | Utility function to flatten arrays by recursively iterating over their elements | 60 |
jonschlinkert/has-value | A utility function to check if an object value exists at a given path or is not empty | 26 |
jonschlinkert/deep-bind | Binds a context to all functions in an object and its nested functions | 9 |
jonschlinkert/get-value | A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
lukeed/dequal | A utility to check for deep equality across various data types | 1,375 |
jonschlinkert/is-number | Utility function to check if a value is a number or string representation of a number | 261 |
juliangruber/isarray | A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
jonschlinkert/set-value | A library that allows you to set nested properties on an object using dot notation. | 272 |
a2design-inc/json-compare | A tool to find differences between two JSON files. | 59 |
tonyarnold/differ | A Swift library for calculating differences and generating patches between collections. | 662 |
tkh44/shallow-compare | A utility function to compare two versions of a component instance with respect to its props and state | 34 |