Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
21
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.6 to 1.5.7

2

dist/src/clickhouse/Clickhouse.js

@@ -48,2 +48,4 @@ "use strict";

getCacheManager(provider) {
if (provider === 'none')
return;
const options = {

@@ -50,0 +52,0 @@ chunkTTLSeconds: __classPrivateFieldGet(this, _Clickhouse_options, "f").cache.chunkTTLSeconds,

2

package.json

@@ -12,3 +12,3 @@ {

],
"version": "1.5.6",
"version": "1.5.7",
"license": "ISC",

@@ -15,0 +15,0 @@ "description": "Clickhouse client on TypeScript using redis caching queries",

@@ -43,2 +43,4 @@ import sqlstring from 'sqlstring'

private getCacheManager(provider: 'redis' | 'nodejs' | 'none') {
if (provider === 'none') return
const options = {

@@ -45,0 +47,0 @@ chunkTTLSeconds: this.#options.cache!.chunkTTLSeconds,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc