Socket
Socket
Sign inDemoInstall

superset-dashboard-sdk

Package Overview
Dependencies
34
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6

62

build/DataProvider.types.d.ts

@@ -46,35 +46,35 @@ export declare type LoginResponse = {

force: boolean;
form_data: {
adhoc_filters: any[];
datasource: string;
defaultToFirstItem: boolean;
enableEmptyFilter: boolean;
extra_filters: any[];
extra_form_data: any;
force: boolean;
groupby: string[];
inView: boolean;
inverseSelection: boolean;
metrics: string[];
multiSelect: boolean;
result_format: string;
result_type: string;
row_limit: number;
searchAllOptions: boolean;
showSearch: boolean;
sortAscending: boolean;
type: string;
urlParams: any;
viz_type: string;
form_data?: {
adhoc_filters?: any[];
datasource?: string;
defaultToFirstItem?: boolean;
enableEmptyFilter?: boolean;
extra_filters?: any[];
extra_form_data?: any;
force?: boolean;
groupby?: string[];
inView?: boolean;
inverseSelection?: boolean;
metrics?: string[];
multiSelect?: boolean;
result_format?: string;
result_type?: string;
row_limit?: number;
searchAllOptions?: boolean;
showSearch?: boolean;
sortAscending?: boolean;
type?: string;
urlParams?: any;
viz_type?: string;
};
queries: [{
filters: ChartDataQueryFilter[];
columns: string[];
orderby: [string[]];
row_limit: number;
order_desc: boolean;
groupby: string[];
queries?: [{
filters?: ChartDataQueryFilter[];
columns?: string[];
orderby?: [any[]];
row_limit?: number;
order_desc?: boolean;
groupby?: any[];
}];
result_format: string;
result_type: string;
result_format?: string;
result_type?: string;
};

@@ -81,0 +81,0 @@ export declare type ChartData = {

{
"name": "superset-dashboard-sdk",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Superset Dashboard visualization component with improved specs.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc