Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
2
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/shared - npm Package Compare versions

Comparing version 0.26.81 to 0.26.87

11

CHANGELOG.md

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

## [0.26.87](https://github.com/cube-js/cube.js/compare/v0.26.86...v0.26.87) (2021-04-10)
### Bug Fixes
* **cubestore:** Something wrong with downloading Cube Store before running it. ([208dd31](https://github.com/cube-js/cube.js/commit/208dd31f20aa64a5c79e143d40055ac2658d0745))
## [0.26.81](https://github.com/cube-js/cube.js/compare/v0.26.80...v0.26.81) (2021-04-07)

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

4

dist/src/http-utils.js

@@ -95,5 +95,3 @@ "use strict";

});
await decompress_1.default(savedFilePath, cwd, {
strip: 1,
});
await decompress_1.default(savedFilePath, cwd);
try {

@@ -100,0 +98,0 @@ fs_1.default.unlinkSync(savedFilePath);

{
"name": "@cubejs-backend/shared",
"version": "0.26.81",
"version": "0.26.87",
"description": "Shared code for Cube.js backend packages",

@@ -63,3 +63,3 @@ "main": "dist/src/index.js",

},
"gitHead": "6a4c7f538a48bf37bb1df02cdc1308574863ce9b"
"gitHead": "59c0bd83e2651f0bf058287d7d75a6a72fb6dd7d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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