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

@cubejs-backend/clickhouse-driver

Package Overview
Dependencies
Maintainers
2
Versions
483
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/clickhouse-driver - npm Package Compare versions

Comparing version 0.17.9 to 0.17.10

11

CHANGELOG.md

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

## [0.17.10](https://github.com/cube-js/cube.js/compare/v0.17.9...v0.17.10) (2020-02-20)
### Bug Fixes
* uuidv4 upgrade ([c46c721](https://github.com/cube-js/cube.js/commit/c46c721))
## [0.17.9](https://github.com/cube-js/cube.js/compare/v0.17.8...v0.17.9) (2020-02-18)

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

2

driver/ClickHouseDriver.js
const ClickHouse = require('@apla/clickhouse');
const genericPool = require('generic-pool');
const BaseDriver = require('@cubejs-backend/query-orchestrator/driver/BaseDriver');
const uuid = require('uuidv4');
const { uuid } = require('uuidv4');
const sqlstring = require('sqlstring');

@@ -6,0 +6,0 @@

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.17.9",
"version": "0.17.10",
"repository": {

@@ -22,6 +22,6 @@ "type": "git",

"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/query-orchestrator": "^0.17.9",
"@cubejs-backend/query-orchestrator": "^0.17.10",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^4.0.0"
"uuidv4": "^6.0.2"
},

@@ -41,3 +41,3 @@ "license": "Apache-2.0",

},
"gitHead": "9f044d37191ba6e7c6fe6e178a01dbc52e06efa5"
"gitHead": "70d41c2d5aa7b3e2061730ab7fe9bcbc125bd220"
}
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