-
## CVE-2020-28500 - Medium Severity Vulnerability
Vulnerable Library - lodash-4.17.4.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz
Path to de…
-
Many packages support both "tree shacking friendly" exports style and "legacy" exports style, like this:
```js
import { add } from 'lodash'
add(1, 2)
// 2KB
```
vs
```js
import _ from 'lod…
-
## CVE-2018-16487 - Medium Severity Vulnerability
Vulnerable Libraries - lodash-4.13.1.tgz, lodash-2.4.2.tgz
lodash-4.13.1.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.o…
-
## CVE-2019-1010266 - Medium Severity Vulnerability
Vulnerable Libraries - lodash-4.13.1.tgz, lodash-2.4.2.tgz
lodash-4.13.1.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs…
-
## CVE-2018-3721 - Medium Severity Vulnerability
Vulnerable Libraries - lodash-4.13.1.tgz, lodash-2.4.2.tgz
lodash-4.13.1.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.or…
-
帮忙刷星刷fork谢谢
-
## CVE-2020-8203 - High Severity Vulnerability
Vulnerable Library - lodash-4.17.15.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz
Path to dep…
-
**Description**
Currently evalStringExpression uses Function constructor to change expression to function.
**Minimal Reproduction**
https://stackblitz.com/edit/ngx-formly-ui-bootstrap-f34u6m…
-
Hi, I hope the log helps, NR quitted when I've started Kodi 21 on TV, it got connected, propbably TV asked for something and that crashed the module. Thanks for support
6 Jul 13:25:31 - [error] Ty…
-
It would be really useful to support the standard permutation/combination functions on arrays.
Something like:
```
_.permutations([0, 1], ['a', 'b']) => [ [0, 'a'], [0, 'b'], [1, 'a'], [1, 'b'] ];
`…