Comparing version 4.5.0 to 4.5.1
{ | ||
"name": "deepdash", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "➔ 𝐃eep standalone lib / 𝐋odash extension: ✓ eachDeep ✓ filterDeep ✓ mapDeep ✓ reduceDeep ✓ pickDeep ✓ omitDeep ✓ keysDeep ✓ index ✓ condenseDeep ⋮ Parents stack ⋮ Circular check ⋮ Leaves only mode ⋮ Children mode ⋮ cherry-pick ⋮ esm", | ||
@@ -5,0 +5,0 @@ "main": "deepdash.js", |
<img src="deepdash.svg?sanitize=true" width="64px"/> | ||
## Deepdash | ||
Looking for deep version of forEach, filter, map, reduce, omit, pick, keys etc? | ||
Object/tree traversal extension for Lodash. | ||
eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. | ||
Tree traversal library written in Underscore/Lodash fashion. | ||
Standalone or as a Lodash mixin extension | ||
@@ -329,3 +330,3 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) | ||
### filterDeep | ||
› deep filter object [📚 see docs](https://deepdash.io/#filterdeep)) | ||
› deep filter object [📚 see docs](https://deepdash.io/#filterdeep) | ||
<details> | ||
@@ -545,3 +546,3 @@ <summary>expand example</summary> | ||
### findDeep | ||
› find first matching deep meta-value [📚 see docs](https://deepdash.io/#finddeep)) | ||
› find first matching deep meta-value [📚 see docs](https://deepdash.io/#finddeep) | ||
<details> | ||
@@ -575,3 +576,3 @@ <summary>example a bit later</summary> | ||
### findValueDeep | ||
› find first matching deep value [📚 see docs](https://deepdash.io/#findvaluedeep)) | ||
› find first matching deep value [📚 see docs](https://deepdash.io/#findvaluedeep) | ||
<details> | ||
@@ -605,3 +606,3 @@ <summary>example a bit later</summary> | ||
### findPathDeep | ||
› find the path of the first matching deep value [📚 see docs](https://deepdash.io/#findpathdeep)) | ||
› find the path of the first matching deep value [📚 see docs](https://deepdash.io/#findpathdeep) | ||
<details> | ||
@@ -671,3 +672,3 @@ <summary>example a bit later</summary> | ||
### someDeep | ||
› returns true if some matching deep value found [📚 see docs](https://deepdash.io/#somedeep)) | ||
› returns true if some matching deep value found [📚 see docs](https://deepdash.io/#somedeep) | ||
<details> | ||
@@ -674,0 +675,0 @@ <summary>example a bit later</summary> |
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
1133227
1245