object-search
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -36,3 +36,3 @@ | ||
for (var i = 0, c = keys.length; i < c; i++) { | ||
current = obj[keys[i]]; | ||
current = current[keys[i]]; | ||
} | ||
@@ -39,0 +39,0 @@ } catch (err) { |
{ | ||
"name": "object-search", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A module for looking up object properties at depth", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
5733