Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deepdash

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepdash - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

6

browser/deepdash.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc