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

bitabase

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitabase - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

docker-compose.yml

2

index-darwin.js

@@ -6,3 +6,3 @@ const fs = require('fs');

fs.createReadStream(path.join(__dirname, './node_modules/sqlite3/lib/binding/node-v72-darwin-x64/node_sqlite3.node'));
fs.createReadStream(path.join(__dirname, './node_modules/sqlite3/lib/binding/napi-v3-darwin-x64/node_sqlite3.node'));

@@ -9,0 +9,0 @@ const fileBuffer = fs.readFileSync(path.join(__dirname, './dist/rqlite-darwin/rqlited'));

{
"name": "bitabase",
"version": "1.5.1",
"version": "1.5.2",
"description": "",

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

"axios": "^0.19.2",
"bitabase-gateway": "^1.5.5",
"bitabase-manager": "^2.3.4",
"bitabase-server": "^1.15.6",
"bitabase-gateway": "^1.5.7",
"bitabase-manager": "^2.3.7",
"bitabase-server": "^1.15.8",
"calladownload-extract": "^1.2.0",

@@ -23,4 +23,4 @@ "chalk": "^4.1.0",

"minimist": "^1.2.5",
"rqlite-fp": "^2.7.2",
"sqlite3": "^4.2.0",
"rqlite-fp": "^2.9.0",
"sqlite3": "^5.0.0",
"tape": "^5.0.1"

@@ -27,0 +27,0 @@ },

@@ -20,3 +20,3 @@ const rqlite = require('rqlite-fp');

rqliteAddr: 'http://0.0.0.0:4001',
secret: options.secret,
secret: String(options.secret),
databasePath: options['server-storage'] || '/tmp/server-bitabase'

@@ -29,3 +29,3 @@ }).start();

rqliteAddr: 'http://0.0.0.0:4001',
secret: options.secret
secret: String(options.secret)
}).start();

@@ -37,3 +37,3 @@

rqliteAddr: 'http://0.0.0.0:4001',
secret: options.secret
secret: String(options.secret)
});

@@ -40,0 +40,0 @@ });

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