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.31.35 to 0.31.46

8

index.d.ts

@@ -987,3 +987,3 @@ /**

export class Meta {
constructor(metaResponse: MetaResponse);

@@ -1091,3 +1091,4 @@

* ```js
* cubejsApi.subscribe(
* // Subscribe to a query's updates
* const subscription = await cubejsApi.subscribe(
* {

@@ -1110,2 +1111,5 @@ * measures: ['Logs.count'],

* );
*
* // Unsubscribe from a query's updates
* subscription.unsubscribe();
* ```

@@ -1112,0 +1116,0 @@ */

{
"name": "@cubejs-client/core",
"version": "0.31.35",
"version": "0.31.46",
"engines": {},

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

},
"gitHead": "60f8f28f9174e3d7e5008e1d210e9f72605f5dcd"
"gitHead": "adb96e94ed8ade4f777c63fbe797a7f8f0bbf67e"
}
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