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

clickhouse-ts

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse-ts - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

2

dist/src/httpClient/ClickhouseHttpClient.js

@@ -45,2 +45,4 @@ "use strict";

method: 'POST',
maxBodyLength: Infinity,
maxContentLength: Infinity,
url: `${__classPrivateFieldGet(this, _ClickhouseHttpClient_url, "f")}:${__classPrivateFieldGet(this, _ClickhouseHttpClient_port, "f")}`,

@@ -47,0 +49,0 @@ params: new URLSearchParams({

2

package.json

@@ -24,3 +24,3 @@ {

],
"version": "1.1.16",
"version": "1.1.17",
"repository": {

@@ -27,0 +27,0 @@ "type": "git",

@@ -63,2 +63,4 @@ import axios, { AxiosRequestConfig } from 'axios'

method: 'POST',
maxBodyLength: Infinity,
maxContentLength: Infinity,
url: `${this.#url}:${this.#port}`,

@@ -65,0 +67,0 @@ params: new URLSearchParams({

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