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.3 to 0.24.4

dist/src/env.d.ts

11

CHANGELOG.md

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

## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
### Features
* Ability to load SSL keys from FS ([#1512](https://github.com/cube-js/cube.js/issues/1512)) ([71da5bb](https://github.com/cube-js/cube.js/commit/71da5bb529294fabd92b3a914b1e8bceb464643c))
## [0.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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

17

package.json
{
"name": "@cubejs-backend/shared",
"version": "0.24.3",
"version": "0.24.4",
"description": "Shared code for Cube.js backend packages",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"build": "rm -rf dist && npm run tsc",
"tsc": "tsc",

@@ -12,7 +13,7 @@ "watch": "tsc -w",

"lint:fix": "linter --fix src/* --ext .ts",
"build": "rm -rf dist && npm run tsc"
"unit": "jest dist"
},
"files": [
"README.md",
"dist/*"
"dist/src/*"
],

@@ -25,3 +26,5 @@ "engines": {

"devDependencies": {
"@cubejs-backend/linter": "^0.24.3",
"@cubejs-backend/linter": "^0.24.4",
"@types/jest": "^26.0.16",
"jest": "^26.6.3",
"typescript": "~4.1.2"

@@ -38,3 +41,3 @@ },

},
"gitHead": "b38edfe0a73b3ea453338fbfe632b757539db1de"
"gitHead": "35e72f40b6e5595f26ea3508b988cc586092efb4"
}
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