Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/core - npm Package Compare versions

Comparing version 0.10.16 to 0.10.55

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03)
### Bug Fixes
* **client-core:** can't read property 'title' of undefined ([4b48c7f](https://github.com/statsbotco/cubejs-client/commit/4b48c7f))
## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

@@ -8,0 +19,0 @@

@@ -163,2 +163,11 @@ import _regeneratorRuntime from '@babel/runtime/regenerator';

if (!(query.measures || []).length) {
pivotConfig.x = pivotConfig.x.filter(function (d) {
return d !== 'measures';
});
pivotConfig.y = pivotConfig.y.filter(function (d) {
return d !== 'measures';
});
}
if (pivotConfig.fillMissingDates == null) {

@@ -165,0 +174,0 @@ pivotConfig.fillMissingDates = true;

@@ -167,2 +167,11 @@ 'use strict';

if (!(query.measures || []).length) {
pivotConfig.x = pivotConfig.x.filter(function (d) {
return d !== 'measures';
});
pivotConfig.y = pivotConfig.y.filter(function (d) {
return d !== 'measures';
});
}
if (pivotConfig.fillMissingDates == null) {

@@ -169,0 +178,0 @@ pivotConfig.fillMissingDates = true;

4

package.json
{
"name": "@cubejs-client/core",
"version": "0.10.16",
"version": "0.10.55",
"description": "cube.js client",

@@ -29,3 +29,3 @@ "main": "dist/cubejs-client-core.js",

},
"gitHead": "993b8eaf27d17e8d319d26c588490764936ef5fd"
"gitHead": "82b1add4692c9ab830893a74f11327a96629a0f0"
}

@@ -77,2 +77,6 @@ import {

}
if (!(query.measures || []).length) {
pivotConfig.x = pivotConfig.x.filter(d => d !== 'measures');
pivotConfig.y = pivotConfig.y.filter(d => d !== 'measures');
}
if (pivotConfig.fillMissingDates == null) {

@@ -79,0 +83,0 @@ pivotConfig.fillMissingDates = true;

Sorry, the diff of this file is too big to display

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