Showing 1-20 of 188,526 packages
Robustly get the length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
Check if two arrays are equal
Robustly get the byte length of a Typed Array
A JavaScript text diff implementation.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Fast deep equal
chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order
node's assert.deepEqual algorithm
General purpose glob-based configuration matching.
Deep comparison of 2 instances for should.js
node's assert.deepEqual algorithm except for NaN being equal to NaN
Constant-time comparison of Buffers
return whether two buffers are equal
`Array#forEach()` but it’s possible to define where to move to next
Compare DNS record strings for equality
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.