-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
bitcore/packages/bitcore-lib/package.json
Line 44 in c464b88
"lodash": "^4.17.20" |
It's an enormous dependency that hasn't had a release since 2021. How much of it is even needed? _.includes
is just a standard array method now. is-what
can be imported for helpers like _.isObject
. _.shuffle
is replaceable by just-shuffle