Last updated
Was this helpful?
Last updated
Was this helpful?
The fastest deep equal with ES6 Map, Set and Typed arrays support.
ES5 compatible
works in node.js (8+) and browsers (IE9+)
checks equality of Date and RegExp objects by value.
ES6 equal (require('fast-deep-equal/es6')
) also supports:
Maps
Sets
Typed arrays
To support ES6 Maps, Sets and Typed arrays equality use:
Node.js v12.6.0:
To run benchmark (requires node.js 6+):
Please note: this benchmark runs against the available test cases. To choose the most performant library for your application, it is recommended to benchmark against your data and to NOT expect this benchmark to reflect the performance difference in your application.
To use with React (avoiding the traversal of React elements' _owner property that contains circular references and is not needed when comparing the elements - borrowed from ):
fast-deep-equal package is a part of - it provides a centralised commercial support to open-source software users, in addition to the support provided by software maintainers.
To report a security vulnerability, please use the . Tidelift will coordinate the fix and disclosure. Please do NOT report security vulnerability via GitHub issues.