New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clickhouse/client

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clickhouse/client - npm Package Versions

1234

0.0.10

Diff

Changelog

Source

0.0.10, 2022-11-14

New features

  • Remove request listeners synchronously. #123
serge.klochkov
published 0.0.9 •

Changelog

Source

0.0.9, 2022-10-25

New features

  • Added ClickHouse session_id support. #121
serge.klochkov
published 0.0.8 •

Changelog

Source

0.0.8, 2022-10-18

New features

  • Added SSL/TLS support (basic and mutual). #52
serge.klochkov
published 0.0.7 •

Changelog

Source

0.0.7, 2022-10-18

Bug fixes

  • Allow semicolons in select clause. #116
serge.klochkov
published 0.0.6 •

Changelog

Source

0.0.6, 2022-10-07

New features

  • Add JSONObjectEachRow input/output and JSON input formats. #113
serge.klochkov
published 0.0.5 •

Changelog

Source

0.0.5, 2022-10-04

Breaking changes

  • Rows abstraction was renamed to ResultSet.
  • now, every iteration over ResultSet.stream() yields Row[] instead of a single Row. Please check out an example and this PR for more details. These changes allowed us to significantly reduce overhead on select result set streaming.

New features

  • split2 is no longer a package dependency.
serge.klochkov
published 0.0.4 •

serge.klochkov
published 0.0.3 •

serge.klochkov
published 0.0.2 •

serge.klochkov
published 0.0.1 •

Changelog

Source

0.0.16

  • Fix NULL parameter binding. As HTTP interface expects \N instead of 'NULL' string, it is now correctly handled for both null and explicitly undefined parameters. See the test scenarios for more details.
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