node-json-db
Advanced tools
Comparing version
@@ -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", |
38996
0.1%