Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "get-value", | ||
"description": "Use property paths (`a.b.c`) get a nested value from an object.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/jonschlinkert/get-value", | ||
@@ -32,15 +32,14 @@ "author": { | ||
"dependencies": { | ||
"isobject": "^0.2.0", | ||
"noncharacters": "^1.0.0" | ||
"isobject": "^1.0.0", | ||
"noncharacters": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"arr-reduce": "^1.0.0", | ||
"benchmarked": "^0.1.1", | ||
"chalk": "^0.5.1", | ||
"dot-prop": "^1.0.1", | ||
"arr-reduce": "^1.0.1", | ||
"benchmarked": "^0.1.4", | ||
"chalk": "^1.0.0", | ||
"getobject": "^0.1.0", | ||
"glob": "^4.3.5", | ||
"minimist": "^1.1.0", | ||
"mocha": "*", | ||
"should": "^4.0.4" | ||
"glob": "^5.0.3", | ||
"minimist": "^1.1.1", | ||
"mocha": "^2.2.1", | ||
"should": "^5.2.0" | ||
}, | ||
@@ -47,0 +46,0 @@ "keywords": [ |
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
8
6010
+ Addedisobject@1.0.2(transitive)
- Removedisobject@0.2.0(transitive)
Updatedisobject@^1.0.0
Updatednoncharacters@^1.1.0