You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-json-db

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-json-db - npm Package Compare versions

Comparing version

to
0.2.8

5

JsonDB.js

@@ -114,2 +114,7 @@ (function () {

JsonDB.prototype.reload = function() {
this.loaded = false;
return this.load();
};
JsonDB.prototype.load = function () {

@@ -116,0 +121,0 @@ if (this.loaded) {

2

package.json
{
"name": "node-json-db",
"version": "0.2.7",
"version": "0.2.8",
"description": "Database using JSON file as storage for Node.JS",

@@ -5,0 +5,0 @@ "main": "./JsonDB.js",