Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
3
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/shared - npm Package Compare versions

Comparing version 1.1.10 to 1.1.12

7

dist/src/env.js

@@ -754,2 +754,9 @@ "use strict";

duckdbS3SessionToken: ({ dataSource }) => (process.env[keyByDataSource('CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN', dataSource)]),
duckdbExtensions: ({ dataSource }) => {
const extensions = process.env[keyByDataSource('CUBEJS_DB_DUCKDB_EXTENSIONS', dataSource)];
if (extensions) {
return extensions.split(',').map(e => e.trim());
}
return [];
},
/** ***************************************************************

@@ -756,0 +763,0 @@ * Presto Driver *

4

package.json
{
"name": "@cubejs-backend/shared",
"version": "1.1.10",
"version": "1.1.12",
"description": "Shared code for Cube.js backend packages",

@@ -74,3 +74,3 @@ "main": "dist/src/index.js",

},
"gitHead": "8ff2eca3b6424510c1fad8f30079031f6445110d"
"gitHead": "a7cf544285f99550fc8927b0321b6921e2384bbe"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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