level-sublevel
Advanced tools
Comparing version 4.8.2 to 4.8.3
{ | ||
"name": "level-sublevel", | ||
"description": "partition levelup databases", | ||
"version": "4.8.2", | ||
"version": "4.8.3", | ||
"homepage": "https://github.com/dominictarr/level-sublevel", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -19,2 +19,5 @@ var levelup = require('level-test')() | ||
console.log('prefix:', foo.prefix()) | ||
console.log('prefix:', bar.prefix()) | ||
var fooBlerg = foo.sublevel('blerg') | ||
@@ -21,0 +24,0 @@ t.deepEqual(foo.sublevels, {blerg: fooBlerg}) |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
46372
0
100
1332