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

@cubejs-backend/cubestore

Package Overview
Dependencies
Maintainers
2
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/cubestore - npm Package Compare versions

Comparing version 0.26.22 to 0.26.23

js-wrapper/post-install.ts

11

CHANGELOG.md

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

## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20)
### Features
* **cubestore:** Download binary from GitHub release. ([#2167](https://github.com/cube-js/cube.js/issues/2167)) ([9f90d2b](https://github.com/cube-js/cube.js/commit/9f90d2b27e480231c119af7b4e7039d0659b7b75))
## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20)

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

20

package.json
{
"name": "@cubejs-backend/cubestore",
"version": "0.26.22",
"version": "0.26.23",
"description": "Cube.js pre-aggregation storage layer.",

@@ -10,3 +10,4 @@ "main": "dist/index.js",

"tsc": "tsc",
"watch": "tsc -w"
"watch": "tsc -w",
"postinstall": "npm run build && node ./dist/post-install.js"
},

@@ -16,2 +17,7 @@ "author": "Cube Dev, Inc.",

"devDependencies": {
"@types/bytes": "^3.1.0",
"@types/node": "^10.17.54",
"@types/node-fetch": "^2.5.8",
"@types/tar": "^4.0.4",
"@types/throttle-debounce": "^2.1.0",
"typescript": "^4.1.5"

@@ -22,3 +28,11 @@ },

},
"gitHead": "2a08e9aaacc4a3727f3bb768b93055a651b16136"
"dependencies": {
"@octokit/core": "^3.2.5",
"bytes": "^3.1.0",
"cli-ux": "^5.5.1",
"node-fetch": "^2.6.1",
"tar": "^6.1.0",
"throttle-debounce": "^3.0.1"
},
"gitHead": "c0728a14bdde44cf528a8f97fa5c535c60617f00"
}
dist/index.d.ts

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