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

@cubejs-backend/native

Package Overview
Dependencies
Maintainers
3
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/native - npm Package Compare versions

Comparing version 0.29.15 to 0.29.18

8

CHANGELOG.md

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

## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09)
**Note:** Version bump only for package @cubejs-backend/native
## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)

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

7

package.json
{
"name": "@cubejs-backend/native",
"version": "0.29.15",
"version": "0.29.18",
"author": "Cube Dev, Inc.",

@@ -19,2 +19,3 @@ "description": "Native module for Cube.js (binding to Rust codebase)",

"install": "node-pre-gyp install || echo 'Your system is not supported by @cubejs-backend/native, some feature will be unavailable.'",
"upload-binary-cross": "mkdir -p native && cp index.node native/index.node && node-pre-gyp package --target_arch=$PACKAGE_TARGET_ARCH --target_platform=$PACKAGE_TARGET_PLATFORM --target_libc=$PACKAGE_TARGET_LIBC && node-pre-gyp-github publish",
"upload-binary": "mkdir -p native && cp index.node native/index.node && node-pre-gyp package && node-pre-gyp-github publish",

@@ -43,3 +44,3 @@ "test:unit": "jest --forceExit test",

"dependencies": {
"@cubejs-backend/cubesql": "^0.29.15",
"@cubejs-backend/cubesql": "^0.29.18",
"@mapbox/node-pre-gyp": "^1"

@@ -63,3 +64,3 @@ },

},
"gitHead": "e16fd68d785eff5bcf6e0846fabcb7b47b7a6f3b"
"gitHead": "a4089c23b5917bf986520b009c0c072a816d3daf"
}
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