-
Vulnerable Library - lodash-4.14.0.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-4.14.0.tgz
Path to dependency file: /package.json
Path to vulnerable li…
-
The version of lodash this package is using has a security vulnerability (found in npm audit) this issue can be resolved by updating the version of lodash to >= 4.17.5
![image](https://user-images.gi…
-
## What's going wrong?
A Lodash security issue there:
https://www.npmjs.com/advisories/1523
Version concerned: lodash@4.17.15
Current discussion:
https://github.com/lodash/lodash/issues/483…
-
Is there a way to build emmet.js without lodash being baked right into the file? Like lodash is already available globally so it just uses that?
##
---
Want to back this issue? **[Post a bount…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
I noticed there's already a debounce function (which I think in lodash can be used to simulate throttle) but it seems that remeda has a different behavior for the maxWait
See how I was able to get …
-
## CVE-2018-3721 - Medium Severity Vulnerability
Vulnerable Library - lodash-3.10.1.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.…
-
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/lihang15/WebstormProjects/remix-antd-admin/node_modules/lodash-es/lodash.js from /Users/lihang15/WebstormProjects/remix-antd-admin/node_modules/@…
-
## CVE-2018-3721 - Medium Severity Vulnerability
Vulnerable Library - lodash-2.4.2.tgz
A utility library delivering consistency, customization, performance, & extras.
Library home page: https://regi…
-
### Description
We need to cancel all debounced and throttled functions when the component is disconnected or when the component no longer needs to handle the debounced function.
### Proposed …