Socket
Socket
Sign inDemoInstall

clickhouse-ts

Package Overview
Dependencies
13
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.11.0

.eslintrc.json

3

lib/index.d.ts

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

import { Clickhouse } from "./src/clickhouse/Clickhouse";
export { Clickhouse };
export { Clickhouse } from './src/clickhouse';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Clickhouse = void 0;
const Clickhouse_1 = require("./src/clickhouse/Clickhouse");
Object.defineProperty(exports, "Clickhouse", { enumerable: true, get: function () { return Clickhouse_1.Clickhouse; } });
var clickhouse_1 = require("./src/clickhouse");
Object.defineProperty(exports, "Clickhouse", { enumerable: true, get: function () { return clickhouse_1.Clickhouse; } });

@@ -6,5 +6,7 @@ {

"files": [
"lib/**/*"
"lib/**/*",
"*.yml",
"*.json"
],
"version": "1.10.0",
"version": "1.11.0",
"license": "ISC",

@@ -34,17 +36,25 @@ "description": "Clickhouse queries with in-memory bulk insert and TypeScript!",

"scripts": {
"build": "rm -rf lib && tsc"
"build": "rm -rf lib && tsc",
"test": "echo test",
"lint": "eslint 'src/**' --fix"
},
"dependencies": {
"axios": "^0.21.4",
"axios": "^1.1.2",
"chvalid": "^0.2.1",
"dayjs": "^1.10.5",
"dayjs": "^1.11.5",
"lodash": "^4.17.21",
"sqlstring": "^2.3.2"
"sqlstring": "^2.3.3"
},
"devDependencies": {
"@types/lodash": "^4.14.181",
"@types/node": "^15.14.9",
"@types/lodash": "^4.14.186",
"@types/node": "^18.8.4",
"@types/sqlstring": "^2.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
"@typescript-eslint/eslint-plugin": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},

@@ -51,0 +61,0 @@ "publishConfig": {

# clickhouse-ts by @bytadaniel
![Travis (.org)](https://img.shields.io/travis/bytadaniel/clickhouse-ts?style=for-the-badge)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/bytadaniel/clickhouse-ts?style=for-the-badge)
![npms.io (final)](https://img.shields.io/npms-io/final-score/clickhouse-ts?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/bytadaniel/clickhouse-ts?style=for-the-badge)
![GitHub followers](https://img.shields.io/github/followers/bytadaniel?style=social)
#### Select, insert in-memory batches safely and enjoy Clickhouse!

@@ -3,0 +10,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