You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ES5 compatible; works in node.js (0.10+) and browsers (IE9+)
32
-
* deeply compares any value (besides objects with circular references)
33
-
* handles React-specific circular references, like elements
34
-
* checks equality Date and RegExp objects
35
-
* should as fast as [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) via a single unified library, and with added guardrails for circular references.
36
-
* small: under 700 bytes minified+gzipped
29
+
- ES5 compatible; works in node.js (0.10+) and browsers (IE9+)
30
+
- deeply compares any value (besides objects with circular references)
31
+
- handles React-specific circular references, like elements
32
+
- checks equality Date and RegExp objects
33
+
- should as fast as [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) via a single unified library, and with added guardrails for circular references.
0 commit comments