-
## CVE-2021-23337 - High Severity Vulnerability
Vulnerable Library - lodash-4.17.20.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz
Path to de…
-
see:
PS D:\csharp\git\github\common\astexplorer\website> npm-upgrade
Checking for outdated production, optional, development, peer and bundled dependencies for "D:\csharp\git\github\common…
-
**Description**
Prior to version 4.17.12 of the lodash package, there was a prototype pollution vulnerability. As the 2.4.2 package used in the project also contains this vulnerability, it is rec…
-
After executing shrinkwrap-to-lockfile npm-shrinkwrap.json package.json in my project folder, I got this error message:
```
\AppData\Roaming\npm\node_modules\shrinkwrap-to-lockfile\index.js:23
…
-
After working past the node-sass issue, I got this, which I worked around by checking the reference in the source. I'm not sure what would cause this?
C:\Program Files\nodejs\node_modules\ramlo\src\m…
-
### Describe the bug
![CleanShot 2024-04-16 at 17 23 58@2x](https://github.com/unplugin/unplugin-auto-import/assets/76424723/8c8cce73-33ac-4e52-91ac-a380f6f2eea2)
code:
```
/src/plugins/lodash
…
-
- [ x ] I tried using the `@types/lodash-es` package and had problems.
- [ x ] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [ x ] I understand that `@ty…
-
After running yarn install then yarn start-app get lots of errors of the form
ERROR in node_modules/@types/lodash/common/array.d.ts(176,44): error TS2304: Cannot find name 'unknown'.
node_modules…
-
I would love it if this library had methods analogous to xor from lodash (https://lodash.com/docs/4.17.15#xor).
-
import _, { isEmpty, round, cloneDeep, isUndefined } from "lodash";
^^^^^^^^^
SyntaxError: Named export 'cloneDeep' not found. The requested module 'lodash' is a CommonJS…