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
189
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.19 to 0.26.22

11

CHANGELOG.md

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

## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20)
### Features
* Introduce CUBEJS_AGENT_FRAME_SIZE to tweak agent performance ([4550b64](https://github.com/cube-js/cube.js/commit/4550b6475536af016dd5b584adb0f8d3f583dd2a))
## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)

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

1

dist/src/env.d.ts

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

playgroundAuthSecret: () => string | undefined;
agentFrameSize: () => number;
};

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

@@ -136,2 +136,5 @@ "use strict";

.asString(),
agentFrameSize: () => env_var_1.get('CUBEJS_AGENT_FRAME_SIZE')
.default('200')
.asInt(),
};

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

4

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

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

},
"gitHead": "50d982fa15e1d332c7d9313510a1c8fdab638b56"
"gitHead": "2a08e9aaacc4a3727f3bb768b93055a651b16136"
}

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