node-json-db
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ /** | ||
this.index = index; | ||
this.append = index == ""; | ||
this.append = index === ""; | ||
} | ||
@@ -12,0 +12,0 @@ |
@@ -16,3 +16,3 @@ (function () { | ||
DBParentData.prototype._checkArray = function (deletion) { | ||
if(typeof deletion == undefined) { | ||
if(typeof deletion === undefined) { | ||
deletion = false; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "node-json-db", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Database using JSON file as storage for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "./JsonDB.js", |
42864
0