Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "deepdash", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Object tree traversal for lodash", | ||
@@ -5,0 +5,0 @@ "main": "deepdash.js", |
@@ -103,5 +103,3 @@ <img src="deepdash.svg?sanitize=true" width="64px"/> | ||
```js | ||
_.eachDeep(obj, (value, key, path, depth, parent, parentKey, parentPath) => { | ||
//do | ||
}).value(); | ||
_(obj).eachDeep((value, key, path, depth, parent, parentKey, parentPath) => {/* do */}).value(); | ||
``` | ||
@@ -108,0 +106,0 @@ |
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
13545
107