Socket
Socket
Sign inDemoInstall

bitabase-gateway

Package Overview
Dependencies
84
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.6.2

2

package.json
{
"name": "bitabase-gateway",
"version": "1.6.1",
"version": "1.6.2",
"description": "",

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

@@ -36,3 +36,3 @@ if (process.env.NODE_ENV === 'development') {

server = http.createServer((request, response) => {
const databaseName = getDatabaseNameFromDomain(
const databaseName = request.headers['X-Bitabase-Database'] || getDatabaseNameFromDomain(
config.accountMapper, request.headers.host

@@ -39,0 +39,0 @@ );

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc