Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
No
Describe the solution you'd like
Feature Request based on Customer Inquiry from Zendesk Ticket: 121950.
At the moment Postman's Built-in default Library only supports Lodash v3.10.1.
This means that to update to the latest version users need to use require to load the latest version.
The customer is inquiring about when the built-in Sandbox will be updated to no longer need the user to update the version.
Describe alternatives you've considered
No response
Additional context
Lodash V4 Introduced some bugs that may impact Postman's Scripts. To avoid this issue, Postman is shipped with V3 and allows users the option to update to V4 if needed.
Is there an existing request for this feature?
Is your feature request related to a problem?
No
Describe the solution you'd like
Feature Request based on Customer Inquiry from Zendesk Ticket: 121950.
At the moment Postman's Built-in default Library only supports Lodash v3.10.1.
This means that to update to the latest version users need to use
require
to load the latest version.The customer is inquiring about when the built-in Sandbox will be updated to no longer need the user to update the version.
Describe alternatives you've considered
No response
Additional context
Lodash V4 Introduced some bugs that may impact Postman's Scripts. To avoid this issue, Postman is shipped with V3 and allows users the option to update to V4 if needed.