level-packager
Advanced tools
Comparing version 0.19.5 to 0.19.6
@@ -7,3 +7,3 @@ const levelup = require('levelup') | ||
callback = options | ||
if (typeof options === 'object' && options !== null) | ||
if (!(typeof options === 'object' && options !== null)) | ||
options = {} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "level-packager", | ||
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", | ||
"version": "0.19.5", | ||
"version": "0.19.6", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", |
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
11489