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

@superset-ui/core

Package Overview
Dependencies
Maintainers
14
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/core - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

3

lib/chart/types/QueryResponse.d.ts

@@ -9,2 +9,5 @@ /**

}
export interface TimeseriesDataRecord extends DataRecord {
__timestamp: number | string | Date | null;
}
export interface DataRecordFilters {

@@ -11,0 +14,0 @@ [key: string]: DataRecordValue[];

4

lib/query/api/v1/index.d.ts

@@ -7,3 +7,3 @@ import { QueryContext } from '../../types/Query';

endpoint: string;
requestType: "search" | "json" | "form";
requestType: "json" | "form" | "search";
};

@@ -15,3 +15,3 @@ declare const _default: {

endpoint: string;
requestType: "search" | "json" | "form";
requestType: "json" | "form" | "search";
};

@@ -18,0 +18,0 @@ };

@@ -55,5 +55,5 @@ /**

endpoint: string;
requestType: "search" | "json" | "form";
requestType: "json" | "form" | "search";
};
export {};
//# sourceMappingURL=makeApi.d.ts.map
{
"name": "@superset-ui/core",
"version": "0.15.0",
"version": "0.15.1",
"description": "Superset UI core",

@@ -43,5 +43,2 @@ "sideEffects": false,

"@types/lodash": "^4.14.149",
"@types/react": "*",
"@types/react-bootstrap": "0.32.21",
"@types/react-loadable": "^5.5.3",
"@vx/responsive": "^0.0.197",

@@ -60,3 +57,2 @@ "csstype": "^2.6.4",

"react-error-boundary": "^1.2.5",
"react-loadable": "^5.5.0",
"reselect": "^4.0.0",

@@ -66,5 +62,10 @@ "whatwg-fetch": "^3.0.0"

"peerDependencies": {
"react": "^16.13.1"
"@types/react": "*",
"@types/react-bootstrap": "*",
"@types/react-loadable": "*",
"react": "^16.13.1",
"react-bootstrap": "^0.33.1",
"react-loadable": "^5.5.0"
},
"gitHead": "0205285f31dfac1f5fc5213bcb886b7913e0be78"
"gitHead": "762d9e5558e89092f4e8f25f60df00afb0cb7f4f"
}

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