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

@cubejs-backend/schema-compiler

Package Overview
Dependencies
Maintainers
2
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/schema-compiler - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

7

adapter/BaseQuery.js

@@ -1328,4 +1328,7 @@ /* eslint-disable no-unused-vars,prefer-template */

return {
renewalThreshold: this.renewalThreshold(!!preAggregationForQuery.refreshKey),
queries: this.preAggregationInvalidateKeyQueries(preAggregationForQuery.cube, preAggregationForQuery)
renewalThreshold: this.renewalThreshold(!!preAggregationForQuery.preAggregation.refreshKey),
queries: this.preAggregationInvalidateKeyQueries(
preAggregationForQuery.cube,
preAggregationForQuery.preAggregation
)
};

@@ -1332,0 +1335,0 @@ }

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

## [0.14.2](https://github.com/cube-js/cube.js/compare/v0.14.1...v0.14.2) (2020-01-17)
### Bug Fixes
* TypeError: Cannot read property 'evaluateSymbolSqlWithContext' of undefined ([125afd7](https://github.com/cube-js/cube.js/commit/125afd7))
## [0.14.1](https://github.com/cube-js/cube.js/compare/v0.14.0...v0.14.1) (2020-01-17)

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

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

"author": "Statsbot, Inc.",
"version": "0.14.1",
"version": "0.14.2",
"repository": {

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

"license": "Apache-2.0",
"gitHead": "7df5bd6edd212663dc8174b1610606ea17e5b518"
"gitHead": "49cf8a24b14066a25d711e95228728a9cddca337"
}

@@ -415,2 +415,4 @@ /* eslint-disable quote-props */

preAggregationsDescription[0].invalidateKeyQueries[0][0].should.match(/>=/);
console.log(JSON.stringify(query.cacheKeyQueries().queries, null, 2));
query.cacheKeyQueries().queries[0][0].should.match(/max/);

@@ -417,0 +419,0 @@ return dbRunner.testQueries(tempTablePreAggregations(preAggregationsDescription).concat([

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