Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
7
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

2

package.json

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

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

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

@@ -84,3 +84,2 @@ import sqlstring from 'sqlstring'

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

@@ -87,0 +86,0 @@ })

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc