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.30.29 to 0.30.46

11

CHANGELOG.md

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

## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
### Bug Fixes
* **client-core:** Fix a type inference failure ([#5067](https://github.com/cube-js/cube.js/issues/5067)) ([794708e](https://github.com/cube-js/cube.js/commit/794708e7ea3d540afdd86c58b32bab1c6a0d89c4))
## [0.30.29](https://github.com/cube-js/cube.js/compare/v0.30.28...v0.30.29) (2022-07-01)

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

2

index.d.ts

@@ -818,3 +818,3 @@ /**

T extends readonly [infer First, ...infer Rest]
? SingleQueryRecordType<First> | QueryArrayRecordType<Rest>
? SingleQueryRecordType<First> | QueryArrayRecordType<Rest & DeeplyReadonly<Query[]>>
: never;

@@ -821,0 +821,0 @@

{
"name": "@cubejs-client/core",
"version": "0.30.29",
"version": "0.30.46",
"engines": {},

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

},
"gitHead": "f59b0d7c0aaa046b733873a059896706b81f5d41"
"gitHead": "c29f3e26e595a96f140c55049131b764e852876e"
}

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