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.2 to 1.0.0-alpha.4

25

build/DataProvider.types.d.ts

@@ -41,2 +41,25 @@ 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;
};
queries: [{

@@ -54,2 +77,4 @@ filters: [{

}];
result_format: string;
result_type: string;
};

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

2

package.json
{
"name": "superset-dashboard-sdk",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.4",
"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