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.24.5 to 0.24.13

8

CHANGELOG.md

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

## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18)
**Note:** Version bump only for package @cubejs-backend/shared
## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09)

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

2

dist/src/track.d.ts
export declare type BaseEvent = {
name: string;
event: string;
[key: string]: any;

@@ -4,0 +4,0 @@ };

@@ -29,2 +29,3 @@ "use strict";

if (result.status !== 200 && retries > 0) {
errors_1.internalExceptions(new Error(`Probably an unexpected request caused a bad response: ${result.status}`));
// eslint-disable-next-line consistent-return

@@ -31,0 +32,0 @@ return flush(toFlush, retries - 1);

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

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

},
"gitHead": "1018d6366db3bb204a473a8b436857bbae04aa0d"
"gitHead": "e0fe73b5a91af967a5d493609bf5751dce0dfe99"
}

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