Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
1
Versions
224
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.2.1 to 0.2.2

4

dist/cubejs-client-core.js

@@ -540,6 +540,6 @@ 'use strict';

var index = (function (apiToken) {
return new CubejsApi(apiToken);
var index = (function (apiToken, options) {
return new CubejsApi(apiToken, options);
});
module.exports = index;
{
"name": "@cubejs-client/core",
"version": "0.2.1",
"version": "0.2.2",
"description": "cube.js client",

@@ -5,0 +5,0 @@ "main": "dist/cubejs-client-core.js",

@@ -74,4 +74,4 @@ import { fetch } from 'whatwg-fetch';

export default (apiToken) => {
return new CubejsApi(apiToken);
export default (apiToken, options) => {
return new CubejsApi(apiToken, options);
};

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

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