Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse-ts - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

src/caching/RedisCacheManager.ts

6

package.json

@@ -8,5 +8,5 @@ {

"main": "./dist/src/index.js",
"files": [ "dist" ],
"version": "1.3.8",
"license": "MIT",
"files": [ "dist", "src" ],
"version": "1.3.9",
"license": "ISC",
"description": "Clickhouse client on TypeScript using redis caching queries",

@@ -13,0 +13,0 @@ "keywords": [

@@ -5,3 +5,3 @@ # clickhouse-ts

### ⚠️ Module Using this module might lead to some unhandled errors. Please, report Me about issues you faced!
### ⚠️ Using this module might lead to some unhandled errors. Please, report Me about issues you faced!

@@ -33,3 +33,8 @@ ### How to contact me

{
cache: { // cache can be undefined
debug: { // debug may be undefined
mode: true,
exclude: [...providers]
/* List of providers to exclude from logging */
},
cache: { // cache may be undefined
chunkTTLSeconds: 3600,

@@ -36,0 +41,0 @@ /* after this time chunk will be completed */

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