Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
3
Versions
223
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.31.9 to 0.31.13

11

CHANGELOG.md

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

## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
### Features
* notStartsWith/notEndsWith filters support ([#5579](https://github.com/cube-js/cube.js/issues/5579)) ([8765833](https://github.com/cube-js/cube.js/commit/87658333df0194db07c3ce0ae6f94a292f8bd592))
## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)

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

@@ -998,4 +998,10 @@ import { v4 } from 'uuid';

}, {
name: 'notStartsWith',
title: 'starts with'
}, {
name: 'endsWith',
title: 'ends with'
}, {
name: 'notEndsWith',
title: 'ends with'
}],

@@ -1002,0 +1008,0 @@ number: [{

2

index.d.ts

@@ -759,3 +759,5 @@ /**

| 'startsWith'
| 'notStartsWith'
| 'endsWith'
| 'notEndsWith'
| 'gt'

@@ -762,0 +764,0 @@ | 'gte'

4

package.json
{
"name": "@cubejs-client/core",
"version": "0.31.9",
"version": "0.31.13",
"engines": {},

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

},
"gitHead": "bf98f799b56361081acff0ba9cdca5fd3ea473c2"
"gitHead": "a304fb5d37667569e2ee70c633587d096945a7b0"
}

@@ -18,3 +18,5 @@ /**

{ name: 'startsWith', title: 'starts with' },
{ name: 'notStartsWith', title: 'starts with' },
{ name: 'endsWith', title: 'ends with' },
{ name: 'notEndsWith', title: 'ends with' },
],

@@ -21,0 +23,0 @@ number: [

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc