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.5.2

2

JsonDB.js

@@ -30,3 +30,3 @@ (function () {

}
this.saveOnPush = saveOnPush || true;
this.saveOnPush = ( typeof( saveOnPush ) == "boolean" ) ? saveOnPush : true;
if (humanReadable) {

@@ -33,0 +33,0 @@ this.humanReadable = humanReadable;

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

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