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

@clickhouse/client-web

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clickhouse/client-web - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

1

dist/connection/web_connection.js

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

Authorization: `Basic ${btoa(`${params.username}:${params.password}`)}`,
...params?.additional_headers,
};

@@ -24,0 +25,0 @@ }

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",

@@ -24,4 +24,4 @@ "keywords": [

"dependencies": {
"@clickhouse/client-common": "0.2.8"
"@clickhouse/client-common": "0.2.9"
}
}

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