Socket
Socket
Sign inDemoInstall

@clickhouse/client

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clickhouse/client - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

3

dist/connection/adapter/base_http_adapter.js

@@ -113,2 +113,5 @@ "use strict";

const request = this.createClientRequest(params.url, params);
request.once('socket', (socket) => {
socket.setTimeout(this.config.request_timeout);
});
function onError(err) {

@@ -115,0 +118,0 @@ removeRequestListeners();

2

dist/version.d.ts

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

declare const _default: "0.0.14";
declare const _default: "0.0.15";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.0.14';
exports.default = '0.0.15';
//# sourceMappingURL=version.js.map
{
"name": "@clickhouse/client",
"version": "0.0.14",
"version": "0.0.15",
"description": "Official JS client for ClickHouse DB",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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