node-json-database
Advanced tools
{ | ||
"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) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73547
00
-100%