New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

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

{
"name": "node-json-database",
"version": "0.0.2",
"version": "0.0.4",
"description": "",

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

@@ -59,3 +59,3 @@ ## Installation

// Find all records with 'Johnny' as firstName
const search = friendsTable.get().where(row => row.firstName == 'John')
const search = friendsTable.get().where(row => row.firstName == 'Johnny')

@@ -62,0 +62,0 @@ console.log(search.rows)