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.

GitHub

46 stars
4 watching
18 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list

arrarraydiffdifferenceelementsjavascriptnodejsuniqueutilutilityvalues

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jonschlinkert/array-firstReturns one or more elements from the beginning of an array11
jonschlinkert/in-arrayReturns true if a value exists in an array without searching the entire array or handling null values16
jonschlinkert/array-lastReturns the last element(s) in an array35
jonschlinkert/arr-flattenUtility function to flatten arrays by recursively iterating over their elements60
jonschlinkert/has-valueA utility function to check if an object value exists at a given path or is not empty26
jonschlinkert/deep-bindBinds a context to all functions in an object and its nested functions9
jonschlinkert/get-valueA utility library that provides a simple way to access nested properties of objects using dot notation.247
lukeed/dequalA utility to check for deep equality across various data types1,379
jonschlinkert/is-numberUtility function to check if a value is a number or string representation of a number262
juliangruber/isarrayA polyfill for Array.isArray to support older browsers and Node.js versions.132
jonschlinkert/uniqueidGenerates unique sequential IDs with optional prefix and suffix.17
jonschlinkert/set-valueA library that allows you to set nested properties on an object using dot notation.272
a2design-inc/json-compareA tool to find differences between two JSON files.59
tonyarnold/differA Swift library for calculating differences and generating patches between collections.664
tkh44/shallow-compareA utility function to compare two versions of a component instance with respect to its props and state34