fast-equals icon indicating copy to clipboard operation
fast-equals copied to clipboard

A blazing fast equality comparison, either shallow or deep

Results 12 fast-equals issues
Sort by recently updated
recently updated
newest added

Warning from Angular-cli: Warning: ... depends on 'fast-equals'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies I don't have this problem with any other libs...

AFAICT they behave pretty much like regular objects, except that they have a tag of `[object Error]`. At the moment, they seem to fall through all the checks and just...

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

### **Environment:** Node 18.19.0 Angular 17 Typescript 5.2.2 tsconfig in the hosting project has the standard type_roots "typeRoots": [ "node_modules/@types" ] ### **WARNING:** /HostingProject/node_modules/fast-equals/src/internalTypes.ts is part of the TypeScript compilation...

Hi, I need to use a custom comparison function for numbers for my use case. This function returns `true` for equality check when two floating point numbers are very close,...

https://github.com/lukeed/dequal seems like a good contender.

Is it possible to add logic in order to handle primitive arrays such that the order is irrelevant? Because from my point of view, I would think that: ```['4', '3']```...