Comparing version 1.6.0 to 1.6.1
@@ -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, |
{ | ||
"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 |
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
53824
1365