Compares two objects and returns the differences.
-
Updated
Mar 3, 2023 - JavaScript
Compares two objects and returns the differences.
Determines whether provided values are equal. For object and arrays it compares them by value instead of by reference.
The 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 traversal by default, works OK with circular references.
Add a description, image, and links to the object-comparison topic page so that developers can more easily learn about it.
To associate your repository with the object-comparison topic, visit your repo's landing page and select "manage topics."