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

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
2
Versions
188
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 0.26.23 to 0.26.25

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.26.25](https://github.com/cube-js/cube.js/compare/v0.26.24...v0.26.25) (2021-02-20)
### Features
* **bigquery-driver:** Support changing location, CUBEJS_DB_BQ_LOCATION env variable ([204c73c](https://github.com/cube-js/cube.js/commit/204c73c4290760234242b1d3eecdd498bf848e0f))
## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20)

@@ -8,0 +19,0 @@

1

dist/src/env.d.ts

@@ -19,2 +19,3 @@ export declare class InvalidConfiguration extends Error {

dbPollMaxInterval: () => number;
bigQueryLocation: () => string | undefined;
redisPoolMin: () => number;

@@ -21,0 +22,0 @@ redisPoolMax: () => number;

@@ -94,2 +94,6 @@ "use strict";

},
// BigQuery Driver
bigQueryLocation: () => env_var_1.get('CUBEJS_DB_BQ_LOCATION')
.asString(),
// Redis
redisPoolMin: () => env_var_1.get('CUBEJS_REDIS_POOL_MIN')

@@ -96,0 +100,0 @@ .default('2')

4

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

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

},
"gitHead": "c0728a14bdde44cf528a8f97fa5c535c60617f00"
"gitHead": "06ac91037d5abbec024099ebe2905a00b37590fa"
}

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