Array.prototype.some is implemented in all recent versions of node.js, so you can remove the dependency to lodash.some.
I did not actually remove the dependency from package.json, just in case it's used elsewhere and I missed it. If you merge this PR, remember that the dependency should be removed.
Array.prototype.some
is implemented in all recent versions of node.js, so you can remove the dependency tolodash.some
.I did not actually remove the dependency from
package.json
, just in case it's used elsewhere and I missed it. If you merge this PR, remember that the dependency should be removed.