level-sublevel
Advanced tools
Comparing version 6.4.4 to 6.4.5
{ | ||
"name": "level-sublevel", | ||
"description": "partition levelup databases", | ||
"version": "6.4.4", | ||
"version": "6.4.5", | ||
"homepage": "https://github.com/dominictarr/level-sublevel", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -42,3 +42,3 @@ | ||
t.deepEqual(value, [].slice.call(buf)) | ||
t.deepEqual(value.data || value, [].slice.call(buf)) | ||
var db2 = db.sublevel('sub', {valueEncoding: 'binary'}) | ||
@@ -45,0 +45,0 @@ db2.put('hello', buf, function (err) { |
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
79635