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.60 to 0.30.64

8

CHANGELOG.md

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

## [0.30.64](https://github.com/cube-js/cube.js/compare/v0.30.63...v0.30.64) (2022-09-07)
**Note:** Version bump only for package @cubejs-client/core
## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)

@@ -8,0 +16,0 @@

4

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

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

},
"gitHead": "7ec87645cf0063257e527a83ea91f77551ad607c"
"gitHead": "f5123837220235430a0eabf921e2c9cd4f513261"
}

@@ -283,11 +283,2 @@ import { v4 as uuidv4 } from 'uuid';

/**
* Fetch data for the passed `query`. Operates with the
* `ApiGateway#load` method to fetch the data.
* @param {Query | Query[]} query
* @param {LoadMethodOptions | undefined} options
* @param {LoadMethodCallback<ResultSet> | undefined} callback
* @param {string} responseFormat
* @returns {undefined | Promise<ResultSet>}
*/
load(query, options, callback, responseFormat = ResultType.DEFAULT) {

@@ -312,12 +303,2 @@ if (responseFormat === ResultType.COMPACT) {

/**
* Allows you to fetch data and receive updates over time. Operates
* with the `ApiGateway#load` method to fetch the data.
* @link real-time-data-fetch
* @param {Query | Query[]} query
* @param {LoadMethodOptions | null} options
* @param {LoadMethodCallback<ResultSet> | undefined} callback
* @param {string} responseFormat
* @returns {void}
*/
subscribe(query, options, callback, responseFormat = ResultType.DEFAULT) {

@@ -324,0 +305,0 @@ if (responseFormat === ResultType.COMPACT) {

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

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