New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.2 to 1.1.0

7

dist/connection/web_connection.js

@@ -127,3 +127,8 @@ "use strict";

const headers = (0, client_common_1.withCompressionHeaders)({
headers: this.defaultHeaders,
headers: params?.auth !== undefined
? {
...this.defaultHeaders,
Authorization: `Basic ${btoa(`${params.auth.username}:${params.auth.password}`)}`,
}
: this.defaultHeaders,
compress_request: false,

@@ -130,0 +135,0 @@ decompress_response: this.params.compression.decompress_response,

2

dist/version.d.ts

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

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

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

"homepage": "https://clickhouse.com",
"version": "1.0.2",
"version": "1.1.0",
"license": "Apache-2.0",

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

"dependencies": {
"@clickhouse/client-common": "1.0.2"
"@clickhouse/client-common": "1.1.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