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

@cubejs-backend/templates

Package Overview
Dependencies
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/templates - npm Package Compare versions

Comparing version 0.28.55 to 0.29.0

21

CHANGELOG.md

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

# [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
### Reverts
* Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) ([db005ed](https://github.com/cube-js/cube.js/commit/db005edc04d48e8251250ab9d0e19f496cf3b52b)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809) [#3811](https://github.com/cube-js/cube.js/issues/3811)
* BREAKING CHANGE: 0.29 (#3809) ([6f1418b](https://github.com/cube-js/cube.js/commit/6f1418b9963774844f341682e594601a56bb0084)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809)
### BREAKING CHANGES
* Drop support for Node.js 10 (12.x is a minimal version)
* Upgrade Node.js to 14 for Docker images
* Drop support for Node.js 15
## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)

@@ -8,0 +29,0 @@

10

package.json
{
"name": "@cubejs-backend/templates",
"version": "0.28.55",
"version": "0.29.0",
"description": "Cube.js Templates helpers",

@@ -10,3 +10,3 @@ "author": "Cube Dev, Inc.",

"engines": {
"node": ">=10.8.0"
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
},

@@ -30,3 +30,3 @@ "scripts": {

"dependencies": {
"@cubejs-backend/shared": "^0.28.55",
"@cubejs-backend/shared": "^0.29.0",
"cross-spawn": "^7.0.3",

@@ -41,6 +41,6 @@ "decompress": "^4.2.1",

"devDependencies": {
"@cubejs-backend/linter": "^0.28.22",
"@cubejs-backend/linter": "^0.29.0",
"typescript": "~4.1.5"
},
"gitHead": "c410184e1046a2eec828b7498f95cb2122d8a3da"
"gitHead": "15502010fedcb085860d4f35267a57a6d60aa9ab"
}

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