@cubejs-backend/shared
Advanced tools
Comparing version 1.1.10 to 1.1.12
@@ -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 * |
{ | ||
"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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
207897
2668
119