Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
4
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.7.0

lib/index.d.ts

34

package.json
{
"name": "clickhouse-ts",
"author": {
"email": "danielbyta.work@gmail.com",
"name": "Daniel Byta"
},
"main": "./dist/src/index.js",
"author": "@daniel_byta Daniel Byta",
"main": "lib/index.js",
"files": [
"dist",
"src"
"lib/**/*"
],
"version": "1.6.1",
"version": "1.7.0",
"license": "ISC",
"description": "Clickhouse client on TypeScript using redis caching queries",
"description": "Clickhouse queries with in-memory bulk insert and TypeScript!",
"keywords": [
"clickhouse",
"bulk",
"ts",
"bulk insert",
"clickhouse-client",

@@ -22,6 +20,3 @@ "clickhouse-ts",

"clickhouse-client",
"bulk",
"caching",
"redis",
"ioredis",
"database"

@@ -31,14 +26,14 @@ ],

"type": "git",
"url": "https://bytdnel@bitbucket.org/bytdnel/clickhouse-ts.git"
"url": "https://github.com/bytadaniel/clickhouse-ts.git"
},
"bugs": {
"url": "https://github.com/bytadaniel/clickhouse-ts/issues"
},
"homepage": "https://github.com/bytadaniel/clickhouse-ts#readme",
"scripts": {
"dev": "node_modules/.bin/ts-node src/index.ts",
"build": "node_modules/.bin/tsc -d"
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@types/ioredis": "^4.26.4",
"@types/node": "^15.12.4",
"axios": "^0.21.1",
"axios": "^0.21.4",
"dayjs": "^1.10.5",
"ioredis": "^4.27.6",
"lodash": "^4.17.21",

@@ -49,2 +44,3 @@ "sqlstring": "^2.3.2"

"@types/lodash": "^4.14.181",
"@types/node": "^15.14.9",
"@types/sqlstring": "^2.3.0",

@@ -51,0 +47,0 @@ "ts-node": "^10.0.0",

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