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.15 to 0.0.16

4

dist/data_formatter/format_query_params.js

@@ -24,4 +24,4 @@ "use strict";

function formatQueryParams(value, wrapStringInQuotes = false) {
if (value === null)
return 'NULL';
if (value === null || value === undefined)
return '\\N';
if (Number.isNaN(value))

@@ -28,0 +28,0 @@ return 'nan';

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

declare const _default: "0.0.15";
declare const _default: "0.0.16";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.0.15';
exports.default = '0.0.16';
//# sourceMappingURL=version.js.map
{
"name": "@clickhouse/client",
"version": "0.0.15",
"version": "0.0.16",
"description": "Official JS client for ClickHouse DB",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -15,0 +15,0 @@ "private": false,

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