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 1.7.1 to 1.7.2

test/stringPath.test.js

2

package.json
{
"name": "deepdash",
"version": "1.7.1",
"version": "1.7.2",
"description": "Object tree traversal for lodash",

@@ -5,0 +5,0 @@ "main": "deepdash.js",

@@ -127,4 +127,3 @@ <img src="deepdash.svg?sanitize=true" width="64px"/>

pathFormat: 'string'/* 'string'|'array' - specifies the format of paths passed to the iteratee.
'array' is better for performance.
It also works better with Lodash.get/set/has, if field names contain `."][` characters. */
'array' is better for performance.*/
}

@@ -274,4 +273,3 @@ )

pathFormat: 'string', /* 'string'|'array' - specifies the format of paths passed to the iteratee.
'array' is better for performance.
It also works better with Lodash.get/set/has, if field names contain `."][` characters. */
'array' is better for performance.*/
}

@@ -278,0 +276,0 @@ )

@@ -120,2 +120,10 @@ 'use strict';

'["."]"\'.': '["[\\".\\"]\\"\'."]',
'["."]"\'..': {
'["."]"\'.': '["[\\".\\"]\\"\'.."]["[\\".\\"]\\"\'."]',
},
'["."]"\'...': [
{
'["."]"\'.': '["[\\".\\"]\\"\'..."][0]["[\\".\\"]\\"\'."]',
},
],
};

@@ -126,4 +134,5 @@ _(obj)

expect(k).to.equal(v);
expect(_.get(obj, k)).to.equal(v);
});
});
});
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