Nyalab / caniuse-api

request the caniuse data to check browsers compatibilities
MIT License
356 stars 27 forks source link

Replace `lodash.memoize`, `lodash.uniq` to `lodash` #96

Closed Semigradsky closed 3 years ago

Semigradsky commented 3 years ago

See https://lodash.com/per-method-packages for reasons for change.

I can send PR.

ljharb commented 3 years ago

This will dramatically increase the likelihood that an unrelated CVE will implicate this package. I strongly suggest preferring the per-method packages, and leaving it to app consumers to handle deduping with their bundler config.