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.95 to 0.26.103

11

CHANGELOG.md

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

## [0.26.103](https://github.com/cube-js/cube.js/compare/v0.26.102...v0.26.103) (2021-04-24)
### Bug Fixes
* Typo JWK_KEY -> JWT_KEY ([#2516](https://github.com/cube-js/cube.js/issues/2516)) ([7bdb576](https://github.com/cube-js/cube.js/commit/7bdb576e2130c61eec87e88575fdb96c55d6b4a6)), closes [#ch449](https://github.com/cube-js/cube.js/issues/ch449)
## [0.26.95](https://github.com/cube-js/cube.js/compare/v0.26.94...v0.26.95) (2021-04-13)

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

4

dist/src/env.js

@@ -134,5 +134,5 @@ "use strict";

.asBoolStrict(),
jwkKey: () => env_var_1.get('CUBEJS_JWK_KEY')
.asUrlString(),
jwkUrl: () => env_var_1.get('CUBEJS_JWK_URL')
.asString(),
jwtKey: () => env_var_1.get('CUBEJS_JWT_KEY')
.asUrlString(),

@@ -139,0 +139,0 @@ jwtAlgorithms: () => env_var_1.get('CUBEJS_JWT_ALGS')

{
"name": "@cubejs-backend/shared",
"version": "0.26.95",
"version": "0.26.103",
"description": "Shared code for Cube.js backend packages",

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

},
"gitHead": "e65ce4a8c33ef0fb6aaccfdfe24f5e30727c51d8"
"gitHead": "b26143cf1127a355022c51236c565bb24d04aa5b"
}

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