Comparing version 1.7.1 to 1.7.2
{ | ||
"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); | ||
}); | ||
}); | ||
}); |
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
74672
25
2120
389