es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
393 stars 2 forks source link

Replace `deep-equal` in `payload` #78

Closed benmccann closed 3 months ago

benmccann commented 3 months ago

https://npmgraph.js.org/?q=deep-equal has 49 dependencies. Can replace it with fast-deep-equal or dequal: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/deep-equal.md

Could probably also replace find-up in payload with something simpler

benmccann commented 3 months ago

Actually, it looks like they're working on a v3 where this isn't necessary: https://npmgraph.js.org/?q=payload@3.0.0-beta.84