Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

superset-dashboard-sdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superset-dashboard-sdk - npm Package Compare versions

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

11

build/DataProvider.types.d.ts

@@ -35,2 +35,7 @@ export declare type LoginResponse = {

}
export declare type ChartDataQueryFilter = {
col: string;
op: string;
val: string;
};
export declare type ChartDataQuery = {

@@ -66,7 +71,3 @@ datasource: {

queries: [{
filters: [{
col: string;
op: string;
val: string | string[];
}];
filters: ChartDataQueryFilter[];
columns: string[];

@@ -73,0 +74,0 @@ orderby: [string[]];

{
"name": "superset-dashboard-sdk",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc