fast-deep-equal icon indicating copy to clipboard operation
fast-deep-equal copied to clipboard

The fastest deep equality check with Date, RegExp and ES6 Map, Set and typed arrays support

Results 33 fast-deep-equal issues
Sort by recently updated
recently updated
newest added

Is this discontinued?

npm ERR! code ELSPROBLEMS npm ERR! invalid: [email protected] [email protected] -> ./../../node_modules/.pnpm/[email protected]/node_modules/eslint │ ├─┬ [email protected] -> ./../../node_modules/.pnpm/[email protected]/node_modules/ajv │ │ └─┬ [email protected] -> ./../../node_modules/.pnpm/[email protected]/node_modules/fast-deep-equal │ │ └── [email protected] deduped invalid: "^16.12.0" from...

While using https://github.com/googlemaps/js-markerclusterer we run into an issue with the call stack being exceeded since it's comparing 2 lists of google's custom HTML elements (``). It most likely a cyclic...