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

@superset-ui/query

Package Overview
Dependencies
Maintainers
12
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/query - npm Package Compare versions

Comparing version 0.12.12 to 0.12.13

6

esm/buildQueryContext.js

@@ -6,7 +6,3 @@ import buildQueryObject from './buildQueryObject';

export default function buildQueryContext(formData, buildQuery) {
if (buildQuery === void 0) {
buildQuery = WRAP_IN_ARRAY;
}
export default function buildQueryContext(formData, buildQuery = WRAP_IN_ARRAY) {
return {

@@ -13,0 +9,0 @@ datasource: new DatasourceKey(formData.datasource).toObject(),

@@ -14,7 +14,3 @@ "use strict";

function buildQueryContext(formData, buildQuery) {
if (buildQuery === void 0) {
buildQuery = WRAP_IN_ARRAY;
}
function buildQueryContext(formData, buildQuery = WRAP_IN_ARRAY) {
return {

@@ -21,0 +17,0 @@ datasource: new _DatasourceKey.default(formData.datasource).toObject(),

4

package.json
{
"name": "@superset-ui/query",
"version": "0.12.12",
"version": "0.12.13",
"description": "Superset UI query",

@@ -28,3 +28,3 @@ "sideEffects": false,

},
"gitHead": "6854fd7cfbfde1df2702c2579a71989eefccd721"
"gitHead": "308f2abebca860cdabd1b3138b4237c81ef3296d"
}
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