You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

node-json-database

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-json-database - npm Package Compare versions

Comparing version

to
0.0.20

@@ -896,4 +896,2 @@ import * as fs from 'fs'

const rowTryingToDelete = thisTable.get().rows[i]
rowTryingToDelete.rowNum = i
if (rowTryingToDelete == undefined) {

@@ -905,2 +903,4 @@ // We reached the end of the table

rowTryingToDelete.rowNum = i
if (where(rowTryingToDelete)) {

@@ -907,0 +907,0 @@ // Delete this row

{
"name": "node-json-database",
"version": "0.0.19",
"version": "0.0.20",
"description": "JS Database Management System using JSON files",

@@ -5,0 +5,0 @@ "main": "index.js",