diff-arrays-of-objects
Compare two arrays of objects, finding added, removed, updated and identical objects. Details the differences between updated objects.
shallow-equal
Typescript-compatible minimalistic shallow equality check for arrays/objects
proxy-compare
Compare two objects using accessed properties with Proxy
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.