Socket
Socket
Sign inDemoInstall

easy-json-database

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

8

index.js

@@ -113,2 +113,10 @@ const fs = require("fs");

/**
* Clear the database.
*/
clear(){
this.data = {};
this.saveDataToFile();
}
};

2

package.json
{
"name": "easy-json-database",
"version": "1.1.0",
"version": "1.2.0",
"description": "Easy database using json",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc