Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "deepdash", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Object tree traversal for lodash", | ||
@@ -5,0 +5,0 @@ "main": "deepdash.js", |
@@ -114,3 +114,3 @@ <img src="deepdash.svg?sanitize=true" width="64px"/> | ||
- object: (Object) The object to iterate over. | ||
- [iteratee=_.identity]: (Function) The function invoked per iteration. | ||
- [iteratee]: (Function) The function (_.identity by default) invoked per iteration. | ||
`iteratee` will be called with: | ||
@@ -117,0 +117,0 @@ - value, key, path, depth, parent, parentKey, parentPath, [parents] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17316