Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickhouse-ts - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

2

package.json

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

],
"version": "1.4.4",
"version": "1.4.5",
"license": "ISC",

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

import sqlstring from 'sqlstring'
import { Redis } from 'ioredis'
import { isObject } from 'lodash'
import { isNull, isObject } from 'lodash'
import { ClickhouseHttpClient } from '../httpClient/ClickhouseHttpClient'

@@ -103,2 +103,9 @@ import { ClickhouseNamespace } from './interface'

/**
* is Null
*/
if (isNull(rowValue)) {
return sqlstring.escape('NULL')
}
throw new PreprocessInsertQueryError('Unknown type of row: ' + rowValue)

@@ -105,0 +112,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