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 1.0.0 to 1.0.1

3

dist/config.js

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

}
if (url.port === '' || isNaN(Number(url.port))) {
throw new Error('ClickHouse URL must contain a valid port number.');
}
return url;

@@ -121,0 +118,0 @@ }

2

dist/version.d.ts

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

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

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

"homepage": "https://clickhouse.com",
"version": "1.0.0",
"version": "1.0.1",
"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