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.29.33 to 0.29.37

11

CHANGELOG.md

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

## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
### Features
* Introduce `CUBEJS_ALLOW_UNGROUPED_WITHOUT_PRIMARY_KEY` env ([#2941](https://github.com/cube-js/cube.js/issues/2941)) Thanks [@vignesh-123](https://github.com/vignesh-123) ! ([fa829bf](https://github.com/cube-js/cube.js/commit/fa829bf6446279e37c5aee75ceb914d274cba974))
## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)

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

5

dist/src/env.js

@@ -19,3 +19,3 @@ "use strict";

// eslint-disable-next-line default-case
switch (input.substr(-1).toLowerCase()) {
switch (input.slice(-1).toLowerCase()) {
case 'h':

@@ -181,2 +181,5 @@ return parseInt(input.slice(0, -1), 10) * 60 * 60;

.asBoolStrict(),
allowUngroupedWithoutPrimaryKey: () => env_var_1.get('CUBEJS_ALLOW_UNGROUPED_WITHOUT_PRIMARY_KEY')
.default('false')
.asBoolStrict(),
redisPassword: () => {

@@ -183,0 +186,0 @@ const redisPassword = env_var_1.get('CUBEJS_REDIS_PASSWORD')

4

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

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

},
"gitHead": "b52e4400b0786c37544b285de1e4c66dcee96e43"
"gitHead": "a57ae4bc3b434bb54f7f97f00262c1c4cce02b61"
}

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