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.22 to 0.12.23

3

esm/buildQueryObject.js

@@ -36,2 +36,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

const groupbySet = new Set([...columns, ...groupby]);
const numericRowLimit = Number(row_limit);

@@ -46,3 +47,3 @@ const queryObject = _extends({

orderby: [],
row_limit: Number(row_limit),
row_limit: row_limit == null || isNaN(numericRowLimit) ? undefined : numericRowLimit,
since,

@@ -49,0 +50,0 @@ time_range,

@@ -49,2 +49,3 @@ "use strict";

const groupbySet = new Set([...columns, ...groupby]);
const numericRowLimit = Number(row_limit);

@@ -59,3 +60,3 @@ const queryObject = _extends({

orderby: [],
row_limit: Number(row_limit),
row_limit: row_limit == null || isNaN(numericRowLimit) ? undefined : numericRowLimit,
since,

@@ -62,0 +63,0 @@ time_range,

{
"name": "@superset-ui/query",
"version": "0.12.22",
"version": "0.12.23",
"description": "Superset UI query",

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

},
"gitHead": "a95301fb078dd4d7e0fff7f61a84f96e9759e52f"
"gitHead": "b1c93dab71a60342f785848c2d6b851264d14a04"
}

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