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

2

lib/ArrayInfo.js

@@ -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",