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.1 to 0.0.2

7

package.json
{
"name": "@clickhouse/client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Official JS client for ClickHouse DB",

@@ -15,2 +15,6 @@ "license": "Apache-2.0",

"private": false,
"repository": {
"type": "git",
"url": "https://github.com/ClickHouse/clickhouse-js.git"
},
"scripts": {

@@ -35,2 +39,3 @@ "build": "rm -rf dist; tsc",

"dependencies": {
"@clickhouse/client": "^0.0.1",
"node-abort-controller": "^3.0.1",

@@ -37,0 +42,0 @@ "split2": "^4.1.0"

@@ -31,2 +31,8 @@ <p align="center">

## Installation
```bash
npm i @clickhouse/client
```
## Connection

@@ -33,0 +39,0 @@

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