-
### Describe the bug
I encountered an error when updating my Next.js version from 14.1.4 to 14.2.2 while using lodash-es in a @vanilla-extract/css file. The error seems to be related to the usage o…
-
-
Was just running through the source and saw a dependency on `lodash` in the `package.json`. Is this a hard dependency for this to work or would `underscore` work just as well?
-
**Is your feature request related to a problem? Please describe.**
Lodash is a relatively large utility package but is only used for kebab-case, snake_case, and camelCase
**Describe the solution y…
-
### What would you like?
Remove lodash as a dependency.
### Why is this needed?
Those guys don't take security seriously. See for example CVE-2021-41720
- They dispute the issue (questionable,…
-
## CVE-2018-16487 - 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…
-
# undefined
undefined
[http://localhost:8001/blog/lodash/](http://localhost:8001/blog/lodash/)
-
Love lodash, but its unnecessary in this project and increases size for nothing. I should remove it.
-
http://ramdajs.com/
functional programming 어떻게 시작해야할까 고민
-
# lodash invert
> lodash/invert
http://lodash.think2011.net/invert
https://www.lodashjs.com/docs/lodash.invert
```js
var object = { 'a': 1, 'b': 2, 'c': 1 };
_.invert(object);
// =>…