Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-json-database

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-json-database - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js

@@ -479,2 +479,5 @@ "use strict";

}
if (file.tables == undefined) {
file.tables = {};
}
file.tables[tableName] = { cols: [], rows: [] };

@@ -481,0 +484,0 @@ writeDBFile();

@@ -26,2 +26,5 @@ import * as fs from 'fs'

default?: any
data?: {
[key: string]: any
}
}

@@ -501,2 +504,6 @@

if (file.tables == undefined) {
file.tables = {}
}
file.tables[tableName] = { cols: [], rows: [] }

@@ -503,0 +510,0 @@

6

package.json
{
"name": "node-json-database",
"version": "0.0.4",
"description": "",
"version": "0.0.5",
"description": "JS Database Management System using JSON files",
"main": "index.js",
"keywords": [],
"keywords": [ "database", "db", "sql", "json" ],
"author": "Iannis de Zwart",

@@ -8,0 +8,0 @@ "license": "ISC",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc