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.6.0 to 1.6.1

14

.eslintrc.js

@@ -9,16 +9,2 @@ module.exports = {

plugins: ['prettier'],
globals: {
"_": false,
"Ext": false,
"localforage": false,
"com": true,
"QuiltOS": true,
"QuiltApp": true,
"SLSession": true,
"funJSON": true,
},
globals:{
"module":false,
"_":false
},
rules: {

@@ -25,0 +11,0 @@ // 'no-undef':1,

2

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

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

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

},
});
},{ leafsOnly: false });
console.log(paths);

@@ -226,3 +226,3 @@ paths = _.paths({

},
},{ leafsOnly: false });
});
console.log(paths);

@@ -316,3 +316,3 @@ ```

Makes sparsed aray non-sparsed. This method mutates object.
Makes sparse aray non-sparse. This method mutates object.

@@ -344,3 +344,3 @@ ```js

Make all the arrays in the object non-sparsed.
Make all the arrays in the object non-sparse.

@@ -347,0 +347,0 @@ ```js

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