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

bankr

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bankr - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

models/db.js
const Datastore = require('nedb')
const db = {
users: new Datastore({ filename: __dirname + 'data/users.db', autoload: true }),
accounts: new Datastore({ filename: __dirname + 'data/accounts.db', autoload: true }),
transactions: new Datastore({ filename: __dirname + 'data/transactions.db', autoload: true }),
users: new Datastore({ filename: __dirname + '/../data/users.db', autoload: true }),
accounts: new Datastore({ filename: __dirname + '/../data/accounts.db', autoload: true }),
transactions: new Datastore({ filename: __dirname + '/../data/transactions.db', autoload: true }),
}
module.exports = db
{
"name": "bankr",
"version": "1.0.2",
"version": "1.0.3",
"description": "Banking Ledger Command Line Application with Node.js",

@@ -5,0 +5,0 @@ "main": "program.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