New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/query-orchestrator

Package Overview
Dependencies
Maintainers
2
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/query-orchestrator - npm Package Compare versions

Comparing version 0.13.2 to 0.13.9

8

CHANGELOG.md

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

## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)
**Note:** Version bump only for package @cubejs-backend/query-orchestrator
## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

@@ -8,0 +16,0 @@

@@ -176,3 +176,11 @@ const crypto = require('crypto');

const structureVersion = version(this.preAggregation.loadSql);
const getVersionsStarted = new Date();
const versionEntries = await this.loadCache.getVersionEntries(this.preAggregation);
this.logger('Load PreAggregations Tables', {
preAggregation: this.preAggregation,
requestId: this.requestId,
duration: (new Date().getTime() - getVersionsStarted.getTime())
});
const versionEntryByStructureVersion = versionEntries.find(

@@ -179,0 +187,0 @@ v => v.table_name === this.preAggregation.tableName && v.structure_version === structureVersion

4

package.json

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"license": "Apache-2.0",
"gitHead": "43689f13802742bfcbfce0cecc27dfc5bfcfebfa"
"gitHead": "7a7a3d206d8e18a64e53716fb46d6ef9f5677313"
}
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