-
- Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
completed 😀Work that has been completedWork that has been completeddependencies 🔌Pull requests that update a dependency filePull requests that update a dependency fileenhancement ✨New feature or requestNew feature or request
Description
Just did a quick search for "_." and realized lodash
is a dependency almost exclusively because of assign
. We could easily remove lodash
(and all the security concerns with it) by using the Spread operator or Object.assign
.
_.includes
and _.has
are also used a couple of times and could easily be replaced with Array.includes
and hasOwnProperty
.
HappyZombies
Metadata
Metadata
Assignees
Labels
completed 😀Work that has been completedWork that has been completeddependencies 🔌Pull requests that update a dependency filePull requests that update a dependency fileenhancement ✨New feature or requestNew feature or request