level-sublevel
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "level-sublevel", | ||
"description": "", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/dominictarr/level-sublevel", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -70,2 +70,9 @@ # level-sublevel | ||
## Known Issues | ||
Until this issue is closed https://github.com/rvagg/node-levelup/issues/86 | ||
hooks do not work correctly until the database is fully opened. | ||
Use `levelup(dir, function (err, db) {...})` to open db, | ||
not `var db = levelup(dir)`. | ||
## License | ||
@@ -72,0 +79,0 @@ |
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
7155
81