Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
3
Versions
226
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.29.48 to 0.29.51

11

CHANGELOG.md

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

## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
### Features
* **query-language:** "startsWith", "endsWith" filters support ([#4128](https://github.com/cube-js/cube.js/issues/4128)) ([e8c72d6](https://github.com/cube-js/cube.js/commit/e8c72d630eecd930a8fd36fc52f9b594a45d59c0))
## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)

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

4

index.d.ts

@@ -758,2 +758,4 @@ /**

| 'notContains'
| 'startsWith'
| 'endsWith'
| 'gt'

@@ -796,3 +798,3 @@ | 'gte'

segments?: string[];
limit?: number;
limit?: null | number;
offset?: number;

@@ -799,0 +801,0 @@ order?: TQueryOrderObject | TQueryOrderArray;

{
"name": "@cubejs-client/core",
"version": "0.29.48",
"version": "0.29.51",
"engines": {},

@@ -49,3 +49,3 @@ "repository": {

},
"gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac"
"gitHead": "44469b8ce956df50c2288194b550407bdb70c22d"
}
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