Most of the modularized packages seem to be out of date.
While debugging a memory leak, I found that one of my dependencies has a dependency on "lodash.has": "^4.3.1" -- but npm only has v4.5.2.
It would be really nice if the latest version of lodash.has (with the memoize cache limit) could be released to npm. Thank you!
Most of the modularized packages seem to be out of date.
While debugging a memory leak, I found that one of my dependencies has a dependency on
"lodash.has": "^4.3.1"-- but npm only has v4.5.2.It would be really nice if the latest version of lodash.has (with the memoize cache limit) could be released to npm. Thank you!