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
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.28.29 to 0.28.42

11

CHANGELOG.md

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

## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
### Features
* Integrate SQL Connector to Cube.js ([#3544](https://github.com/cube-js/cube.js/issues/3544)) ([f90de4c](https://github.com/cube-js/cube.js/commit/f90de4c9283178962f501826a8a64abb674c37d1))
## [0.28.29](https://github.com/cube-js/cube.js/compare/v0.28.28...v0.28.29) (2021-08-31)

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

@@ -48,2 +48,8 @@ "use strict";

}
function asFalseOrPort(input, envName) {
if (input.toLowerCase() === 'false' || input === '0' || input === undefined) {
return false;
}
return asPortNumber(parseInt(input, 10), envName);
}
function asBoolOrTime(input, envName) {

@@ -217,2 +223,3 @@ if (input.toLowerCase() === 'true') {

},
sqlPort: () => asFalseOrPort(process.env.CUBEJS_SQL_PORT || 'false', 'CUBEJS_SQL_PORT'),
dbSsl: () => env_var_1.get('CUBEJS_DB_SSL')

@@ -219,0 +226,0 @@ .default('false')

4

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

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

},
"gitHead": "d3fddfec0d18522fb9d001ccf623d0445c3d63fc"
"gitHead": "d003ab3d88e6276af95ced593b45d59464bd347f"
}

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