Comparing version 1.0.7 to 1.1.0
{ | ||
"name": "ldbjs", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "Create and manage local db files and data", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -182,6 +182,4 @@ # ldbjs | ||
ldb.json.getData('.', 'myJSONDBName', 'myJSONFileName', (data)=>{ | ||
document.getElementById('demo').innerHTML = JSON.parse(data); | ||
cosole.log(data); | ||
}); | ||
// or to auto parse | ||
document.getElementById('demo').innerHTML = ldb.json.getData('.', 'myJSONDBName', 'myJSONFileName'); | ||
``` | ||
@@ -207,2 +205,4 @@ | ||
This process use the base-64 module, this is downloaded like a dependecie. | ||
This process use the base-64 module, this is downloaded like a dependecie. | ||
#### To report bugs or open a inssue in [github repo](https://github.com/raisses/ldbjs) or send a email to **danilosantana456789@gmail.com** no spam pls. |
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
10186