node-deep-equal
Object comparator
A Node.js module implementing the algorithm for comparing two objects for equality
node's assert.deepEqual algorithm
778 stars
18 watching
109 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
assertdeepequalequaljavascriptloosenodenodejsstrict
Related projects:
Repository | Description | Stars |
---|---|---|
chaijs/deep-eql | A library that provides a way to compare two objects at a deep level, considering all their properties and values recursively. | 108 |
lukeed/dequal | A utility to check for deep equality across various data types | 1,371 |
gregfinzer/compare-net-objects | A .NET library that performs deep comparisons of two objects using reflection, highlighting differences between them. | 1,071 |
tkh44/shallow-compare | A utility function to compare two versions of a component instance with respect to its props and state | 34 |
automattic/expect.js | An assertion toolkit for Node.js and the browser | 2,107 |
egoist/testen | Automates testing of multiple Node.js versions on local environment. | 175 |
chaijs/check-error | Utility module providing methods to compare and analyze error objects in Node.js and the browser. | 14 |
chaijs/loupe | Utility function to represent objects as strings in a platform-independent way. | 21 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
syntax-tree/unist-util-assert | A utility for verifying nodes in document trees | 4 |
rev087/ng-inspector | Displays an AngularJS scope hierarchy in real-time for debugging purposes | 782 |
david-desmaisons/codedependencyscanner | Analyzes .Net assembly code dependencies and relationships | 37 |
nodejs/llnode | A debugger plugin for Node.js processes and core dumps that enables inspection of JavaScript states. | 1,154 |
nodesecure/cli | Analyzes JavaScript package or local Node.js project for security vulnerabilities and provides detailed reports. | 367 |
jonschlinkert/arr-diff | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |