Some dependencies specified on the package.json are not needed and lodash could be completely removed by using some plain Javascript.
Besides making smaller the duration of the installation (specially useful for CI environments), less dependencies means less things to worry about (like audit warnings).
Some dependencies specified on the
package.json
are not needed andlodash
could be completely removed by using some plain Javascript.Besides making smaller the duration of the installation (specially useful for CI environments), less dependencies means less things to worry about (like audit warnings).