Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize lodash dependencies #42

Open
2 of 3 tasks
noomorph opened this issue Oct 10, 2023 · 0 comments
Open
2 of 3 tasks

Optimize lodash dependencies #42

noomorph opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
optimization Footprint, speed and memory use improvements

Comments

@noomorph
Copy link
Collaborator

noomorph commented Oct 10, 2023

It is trivial enough to substitute the lodash.get, lodash.set and lodash.merge with in-house implementations.

  • lodash.get
  • lodash.set (see CWE-1321)
  • lodash.merge
@noomorph noomorph added the optimization Footprint, speed and memory use improvements label Oct 10, 2023
@noomorph noomorph self-assigned this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Footprint, speed and memory use improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant