New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clickhouse-cargo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse-cargo - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

lib/bulk.js

@@ -105,2 +105,9 @@ // Generated by CoffeeScript 2.5.1

assert(statement, "missing insert statment");
// FIXME: quick fix for cluster mode conflicats
if (!fs.existsSync(this.pathToFile)) {
debuglog(`${this} [commit] FIXME cache file already removed.`, this.pathToFile);
this._committed = true;
this.outputStream.destroy();
return;
}
this._committing = true; //lock

@@ -107,0 +114,0 @@ debuglog(`${this} [commit] go committing, count:${this.count}, pathToFile:${this.pathToFile}`);

2

package.json
{
"name": "clickhouse-cargo",
"version": "1.1.0",
"version": "1.1.1",
"description": "Accumulates insert queries and commit them to clickhouse in batch jobs with retries on failure. 这个模块将向 Clickhouse 数据库的高频写入改为低频的批量插入。",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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