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.12 to 1.3.13

2

dist/src/caching/RedisCacheManager.js

@@ -83,5 +83,5 @@ "use strict";

}
Debug_1.debug.log('RedisCacheClientManager.#deleteChunk', { table, chunk, tableChunks: __classPrivateFieldGet(this, _RedisCacheManager_tableChunks, "f") });
__classPrivateFieldGet(this, _RedisCacheManager_tableChunks, "f")[table] = __classPrivateFieldGet(this, _RedisCacheManager_tableChunks, "f")[table].filter(tableChunk => tableChunk !== chunk);
await __classPrivateFieldGet(this, _RedisCacheManager_instance, "f").del(chunk);
Debug_1.debug.log('RedisCacheClientManager.#deleteChunk', { table, chunk, tableChunks: __classPrivateFieldGet(this, _RedisCacheManager_tableChunks, "f") });
});

@@ -88,0 +88,0 @@ _RedisCacheManager_getChunk.set(this, (table) => {

@@ -9,3 +9,3 @@ {

"files": [ "dist", "src" ],
"version": "1.3.12",
"version": "1.3.13",
"license": "ISC",

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

@@ -7,2 +7,4 @@ # clickhouse-ts

### This module is not released yet. Wait for version 2.0.0 to be release.
### How to contact me

@@ -9,0 +11,0 @@ * [VK] - https://vk.com/bytdnel

@@ -108,2 +108,5 @@ import dayjs from "dayjs";

this.#tableChunks[table] = this.#tableChunks[table].filter(tableChunk => tableChunk !== chunk)
await this.#instance!.del(chunk)
debug.log(

@@ -113,5 +116,2 @@ 'RedisCacheClientManager.#deleteChunk',

)
this.#tableChunks[table] = this.#tableChunks[table].filter(tableChunk => tableChunk !== chunk)
await this.#instance!.del(chunk)
}

@@ -118,0 +118,0 @@

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