Socket
Socket
Sign inDemoInstall

@clickhouse/client-common

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clickhouse/client-common - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

1

dist/client.d.ts

@@ -63,2 +63,3 @@ import type { ClickHouseLogLevel, ClickHouseSettings, Connection, ConnectionParams, ConnExecResult, ConnInsertResult, Logger, WithClickHouseSummary } from '@clickhouse/client-common';

session_id?: string;
additional_headers?: Record<string, string>;
}

@@ -65,0 +66,0 @@ export type BaseClickHouseClientConfigOptions<Stream> = Omit<ClickHouseClientConfigOptions<Stream>, 'impl'>;

@@ -184,2 +184,3 @@ "use strict";

: new client_common_1.DefaultLogger(), config.log?.level),
additional_headers: config.additional_headers,
};

@@ -186,0 +187,0 @@ }

@@ -18,2 +18,3 @@ import type { WithClickHouseSummary } from './clickhouse_types';

application_id?: string;
additional_headers?: Record<string, string>;
}

@@ -20,0 +21,0 @@ export interface ConnBaseQueryParams {

2

dist/version.d.ts

@@ -1,2 +0,2 @@

declare const _default: "0.2.8";
declare const _default: "0.2.9";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.2.8';
exports.default = '0.2.9';
//# sourceMappingURL=version.js.map

@@ -5,3 +5,3 @@ {

"homepage": "https://clickhouse.com",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "keywords": [

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