key-path-helpers
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -19,2 +19,5 @@ (function() { | ||
var key, keys, _i, _len; | ||
if (!keyPath) { | ||
return object; | ||
} | ||
keys = splitKeyPath(keyPath); | ||
@@ -21,0 +24,0 @@ for (_i = 0, _len = keys.length; _i < _len; _i++) { |
{ | ||
"name": "key-path-helpers", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Functions for working with key paths", | ||
@@ -5,0 +5,0 @@ "main": "./lib/key-path-helpers", |
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
3821
65