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.22 to 0.0.23

6

index.js

@@ -523,2 +523,8 @@ "use strict";

},
get rowCount() {
return file.tables[tableName].rows.length;
},
get colCount() {
return file.tables[tableName].cols.length;
},
columns: {

@@ -525,0 +531,0 @@ add: function (cols) {

@@ -562,2 +562,10 @@ import * as fs from 'fs'

get rowCount() {
return file.tables[tableName].rows.length
},
get colCount() {
return file.tables[tableName].cols.length
},
columns: {

@@ -564,0 +572,0 @@ add(cols: DB_Table_Col[]) {

2

package.json
{
"name": "node-json-database",
"version": "0.0.22",
"version": "0.0.23",
"description": "JS Database Management System using JSON files",

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

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