openapi-to-postman icon indicating copy to clipboard operation
openapi-to-postman copied to clipboard

#826 Removed Lodash dependency and replaced with native JavaScript alternatives

Open amanmogal opened this issue 8 months ago • 0 comments

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 avatar Feb 14 '25 19:02 amanmogal