Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "ldbjs", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Create and manage local db files and data", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -14,2 +14,5 @@ # ldbjs | ||
ldb.createDB('.', 'myDB'); // optional callback | ||
// this function create ldb DB and json DB | ||
ldb.createDB('.', 'myJsonDB'); | ||
``` | ||
@@ -16,0 +19,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
12798
247