Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
3
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/core - npm Package Compare versions

Comparing version 0.34.19 to 0.34.24

18

index.d.ts

@@ -908,3 +908,8 @@ /**

shortTitle: string;
description?: string;
/**
* @deprecated use `public` instead
*/
isVisible?: boolean;
public?: boolean;
meta?: any;

@@ -918,3 +923,8 @@ };

shortTitle: string;
description?: string;
/**
* @deprecated use `public` instead
*/
isVisible?: boolean;
public?: boolean;
meta?: any;

@@ -936,2 +946,3 @@ };

export type TCubeDimension = BaseCubeMember & {
primaryKey?: boolean;
suggestFilterValues: boolean;

@@ -974,2 +985,3 @@ };

title: string;
description?: string;
measures: TCubeMeasure[];

@@ -979,2 +991,8 @@ dimensions: TCubeDimension[];

connectedComponent?: number;
type?: 'view' | 'cube';
/**
* @deprecated use `public` instead
*/
isVisible?: boolean;
public?: boolean;
};

@@ -981,0 +999,0 @@

4

package.json
{
"name": "@cubejs-client/core",
"version": "0.34.19",
"version": "0.34.24",
"engines": {},

@@ -48,3 +48,3 @@ "repository": {

},
"gitHead": "1ed327dcd703686b4f723cb96a7298655eba186d"
"gitHead": "7826780cb993e6ebf56d9cd69c7ab156a0b63859"
}
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