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.1.2 to 1.1.3

2

components/caching/SystemCache.ts

@@ -39,3 +39,3 @@ import { EventEmitter } from "stream";

this.#maxCacheLength = 1_000
this.#insertionIntervalTime = 10_000 // 100s
this.#insertionIntervalTime = 100_000 // 100s
this.#cacheWorker = null

@@ -42,0 +42,0 @@ this.#cacheWorkerIsRunning = false

@@ -8,4 +8,13 @@ {

"description": "Clickhouse client on TypeScript using nodejs ot redis caching queries",
"keywords": ["clickhouse", "ts", "clickhouse-ts", "client", "clickhouse-client", "bulk", "caching", "redis"],
"version": "1.1.2",
"keywords": [
"clickhouse",
"ts",
"clickhouse-ts",
"client",
"clickhouse-client",
"bulk",
"caching",
"redis"
],
"version": "1.1.3",
"repository": {

@@ -19,2 +28,3 @@ "url": "https://bytdnel@bitbucket.org/bytdnel/clickhouse-ts.git"

"dependencies": {
"@types/node": "^15.12.4",
"axios": "^0.21.1",

@@ -21,0 +31,0 @@ "sqlstring": "^2.3.2"

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