Comparing version 4.4.1 to 4.4.2
@@ -547,3 +547,3 @@ var deepdash = (function () { | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
var curPath = pathToString(context.path); | ||
@@ -833,3 +833,3 @@ if (!context.afterIterate) { | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
if (!accumulatorInited) { | ||
@@ -863,3 +863,3 @@ accumulator = value; | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
var r = iteratee(value, key, parent, context); | ||
@@ -866,0 +866,0 @@ if (key === undefined) { |
@@ -98,3 +98,3 @@ 'use strict'; | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
var curPath = pathToString(context.path); | ||
@@ -101,0 +101,0 @@ if (!context.afterIterate) { |
@@ -14,3 +14,3 @@ 'use strict'; | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
var r = iteratee(value, key, parent, context); | ||
@@ -17,0 +17,0 @@ if (key === undefined) { |
@@ -14,3 +14,3 @@ 'use strict'; | ||
function(value, key, parent, context) { | ||
delete context.break; | ||
delete context['break']; | ||
if (!accumulatorInited) { | ||
@@ -17,0 +17,0 @@ accumulator = value; |
{ | ||
"name": "deepdash", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"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", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1092944
83460