ast-deep-contains
Like t.same assert on array of objects, where element order doesn't matter.
@donedeal0/superdiff
SuperDiff compares two arrays or objects and returns a full diff of their differences
js-testdiff
The "testDiff" deep diff/test function from Differentia.js, ported to TypeScript. Returns true if input 1 differs in any way from input 2. Performs deep object search by default, works OK with circular references.