Skip to content

#826 Removed Lodash dependency and replaced with native JavaScript alternatives - #843

Open
amanmogal wants to merge 1 commit into
postmanlabs:developfrom
amanmogal:solved-issue-826
Open

#826 Removed Lodash dependency and replaced with native JavaScript alternatives#843
amanmogal wants to merge 1 commit into
postmanlabs:developfrom
amanmogal:solved-issue-826

Conversation

@amanmogal

Copy link
Copy Markdown

Summary

This pull request removes Lodash as a dependency from the project and replaces its utility functions with native JavaScript alternatives. This change aims to reduce the package size and improve performance.

Changes Made

  • Removed Lodash from package.json and package-lock.json.
  • Created src/utils/helpers.js for custom utility functions.
  • Updated all relevant files to use native JavaScript instead of Lodash.

Test Results

  • All tests passed successfully before and after the changes.
  • No new issues were introduced.

Related Issue

Closes #826

@amanmogal amanmogal changed the title solved #826 Removed Lodash dependency and replaced with native JavaScript alterna… #826 Removed Lodash dependency and replaced with native JavaScript alterna… Feb 14, 2025
@amanmogal amanmogal changed the title #826 Removed Lodash dependency and replaced with native JavaScript alterna… #826 Removed Lodash dependency and replaced with native JavaScript alternatives Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Lodash as a Dependency

1 participant