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.2 to 0.2.3

LICENSE

2

dist/cubejs-client-core.js

@@ -519,3 +519,3 @@ 'use strict';

return this.loadMethod(function () {
return _this.request("/load?query=".concat(JSON.stringify(query)));
return _this.request("/load?query=".concat(encodeURIComponent(JSON.stringify(query))));
}, function (body) {

@@ -522,0 +522,0 @@ return new ResultSet(body);

{
"name": "@cubejs-client/core",
"version": "0.2.2",
"version": "0.2.3",
"description": "cube.js client",

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

@@ -57,3 +57,3 @@ import { fetch } from 'whatwg-fetch';

return this.loadMethod(
() => this.request(`/load?query=${JSON.stringify(query)}`),
() => this.request(`/load?query=${encodeURIComponent(JSON.stringify(query))}`),
(body) => new ResultSet(body),

@@ -60,0 +60,0 @@ 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