New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
3
Versions
212
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.29.21 to 0.29.23

8

CHANGELOG.md

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

## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
**Note:** Version bump only for package @cubejs-backend/shared
## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)

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

2

dist/src/node-check.js

@@ -11,3 +11,3 @@ "use strict";

const major = parseInt(semver[0], 10);
const minor = parseInt(semver[1], 10);
const _minor = parseInt(semver[1], 10);
if (major < 12 || major === 15) {

@@ -14,0 +14,0 @@ console.error(color_1.default.red(`You are running Node.js ${currentNodeVersion}.\n` +

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

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

"watch": "tsc -w",
"lint": "eslint --debug src/* --ext .ts",
"lint": "eslint src/* --ext .ts",
"lint:fix": "eslint --fix src/* --ext .ts",

@@ -26,3 +26,3 @@ "unit": "jest --coverage dist/test"

"devDependencies": {
"@cubejs-backend/linter": "^0.29.21",
"@cubejs-backend/linter": "^0.29.23",
"@types/bytes": "^3.1.0",

@@ -73,3 +73,3 @@ "@types/cli-progress": "^3.9.1",

},
"gitHead": "bcebc153510377a4f6c13a861f534dee21d0282e"
"gitHead": "da516571691c103ecbd035c3319653766622b083"
}

Sorry, the diff of this file is not supported yet

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