level-codec
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,5 +5,5 @@ | ||
for (var i = objects.length - 1; i >= 0; i--) { | ||
if (objects[i][key]) value = objects[i][key]; | ||
if (objects[i] && objects[i][key]) value = objects[i][key]; | ||
} | ||
return value; | ||
}; |
{ | ||
"name": "level-codec", | ||
"repository": "Level/codec", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Levelup's encoding logic", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
6430