Skip to content

Remove lodash dependency #23

Closed
Closed
@jwerre

Description

@jwerre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    completed 😀Work that has been completeddependencies 🔌Pull requests that update a dependency fileenhancement ✨New feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions