Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
21
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.5.3

2

dist/src/clickhouse/Clickhouse.js

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

.map(([mapKey, mapValue]) => {
if (lodash_1.isObject(rowValue))
throw new PreprocessInsertQueryError_1.PreprocessInsertQueryError(`Value of map() has denied type, ${mapValue}, ${typeof mapValue}`);
return [sqlstring_1.default.escape(mapKey), sqlstring_1.default.escape(mapValue)];

@@ -88,0 +86,0 @@ });

2

package.json

@@ -12,3 +12,3 @@ {

],
"version": "1.5.2",
"version": "1.5.3",
"license": "ISC",

@@ -15,0 +15,0 @@ "description": "Clickhouse client on TypeScript using redis caching queries",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc