-
Cannot use this awesome library with typescript...
-
## 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.…
-
This is low priority, but I thought I'd mention it. Currently, the helper functions are imported directly from `lodash`, i.e.
```ts
import { debounce, throttle } from 'lodash-es';
```
This res…
-
### Current behavior
Cypress' contains the following line in `node_modules/cypress/types/lodash.d.ts`, which is created by the cypress package somehow (it is not a normal node_modules dependency, a…
-
### Describe the Bug
When adding choices to a field based on a condition, it will overwrite the preexisting choices. I would expect directus to either overwrite all choices with the new ones or conca…
-
*Use http://lodash.com/docs as the guide for comments, typings and tests.
*Update Comments to use lodash docs descriptions
*Update parameter names to use lodash doc parameter names
*Add additional opt…
-
Getting this error when upgrading to lodash 3.5
`dc.errors.InvalidStateException {message: "Mandatory attribute chart.dimension is missing on chart[#dc-chart1]", toString: function}angular.js?body=1:…
-
Related to the following issue
https://nodesecurity.io/advisories/577
-
The lodash-es implementation use `root.isFinite`, which is not supported in WeChat Mini Program(微信小程序). This leads to runtime errors in the program: `TypeError: nativeIsFinite is not a function.`
i…
-
### Use case description
https://github.com/serverless/serverless/pull/7680#discussion_r422044932
`lodash` offers lots of utility, but nowadays we only need the small parts o…