@superset-ui/query
Advanced tools
Comparing version 0.12.22 to 0.12.23
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
62007
1058
0