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.16 to 0.26.19

8

CHANGELOG.md

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

## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)
**Note:** Version bump only for package @cubejs-backend/shared
## [0.26.16](https://github.com/cube-js/cube.js/compare/v0.26.15...v0.26.16) (2021-02-18)

@@ -8,0 +16,0 @@

1

dist/src/env.d.ts

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

jwtClaimsNamespace: () => string | undefined;
playgroundAuthSecret: () => string | undefined;
};

@@ -38,0 +39,0 @@ declare type Vars = typeof variables;

@@ -134,2 +134,4 @@ "use strict";

.asString(),
playgroundAuthSecret: () => env_var_1.get('PLAYGROUND_AUTH_SECRET')
.asString(),
};

@@ -136,0 +138,0 @@ function getEnv(key) {

4

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

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

},
"gitHead": "0c271d2dcc6950b96e94b6b97cee5a3b5fc6cce6"
"gitHead": "50d982fa15e1d332c7d9313510a1c8fdab638b56"
}

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