Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "deepdash", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"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", |
@@ -13,3 +13,3 @@ import { Path } from "./Path"; | ||
) => any, | ||
accumulator: any, | ||
accumulator?: any, | ||
options?: { | ||
@@ -16,0 +16,0 @@ pathFormat?: "string" | "array"; |
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
1409995