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.14 to 1.3.15

4

dist/src/caching/RedisCacheManager.js

@@ -134,6 +134,2 @@ "use strict";

while (await __classPrivateFieldGet(this, _RedisCacheManager_instance, "f").llen(chunkCandidate) >= __classPrivateFieldGet(this, _RedisCacheManager_options, "f").chunkSizeLimit) {
console.log({
chunkCandidate,
limit: __classPrivateFieldGet(this, _RedisCacheManager_options, "f").chunkSizeLimit
});
await __classPrivateFieldGet(this, _RedisCacheManager_resolveChunk, "f").call(this, chunkCandidate, table);

@@ -140,0 +136,0 @@ chunkCandidate = __classPrivateFieldGet(this, _RedisCacheManager_getChunk, "f").call(this, table);

2

package.json

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

],
"version": "1.3.14",
"version": "1.3.15",
"license": "ISC",

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

@@ -177,6 +177,2 @@ import dayjs from "dayjs";

) {
console.log({
chunkCandidate,
limit: this.#options.chunkSizeLimit
})
await this.#resolveChunk(chunkCandidate, table)

@@ -183,0 +179,0 @@ chunkCandidate = this.#getChunk(table)

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