object-search
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -38,2 +38,5 @@ | ||
} | ||
if (! current) { | ||
throw null; | ||
} | ||
} catch (err) { | ||
@@ -69,2 +72,2 @@ return { | ||
} | ||
}; | ||
}; |
{ | ||
"name": "object-search", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
5770
63