Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ldbjs

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldbjs - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

2

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc