Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clickhouse-buffer

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse-buffer - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

lib/index.d.ts

@@ -45,5 +45,5 @@ import { ClickhouseClient } from "@watchdg/clickhouse-client";

release(): void;
fileNamesInMemory(): number;
filesInMemory(): number;
rowsInMemory(): number;
}
export {};

@@ -94,3 +94,3 @@ "use strict";

});
const stream = (0, files_to_stream_1.filesToStream)(Array.from(paths));
const stream = (0, files_to_stream_1.filesToStream)(paths);
await self.clickhouseClient.query({

@@ -144,3 +144,3 @@ query: self.insertStatement,

}
fileNamesInMemory() {
filesInMemory() {
return this.files.length;

@@ -147,0 +147,0 @@ }

{
"name": "clickhouse-buffer",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

@@ -27,3 +27,3 @@ "author": {

"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",

@@ -30,0 +30,0 @@ "@typescript-eslint/parser": "^5.26.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