New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@makeomatic/clickhouse

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makeomatic/clickhouse - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

10

package.json
{
"name": "@makeomatic/clickhouse",
"version": "1.8.0",
"version": "1.8.1",
"description": "Yandex ClickHouse database interface",

@@ -46,3 +46,3 @@ "main": "src/clickhouse.js",

"split2": "^4.1.0",
"undici": "^5.0.0"
"undici": "^5.3.0"
},

@@ -55,5 +55,5 @@ "devDependencies": {

"codecov": "^3.8.3",
"eslint": "^8.12.0",
"eslint": "^8.16.0",
"eslint-config-makeomatic": "^5.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.0",

@@ -65,3 +65,3 @@ "eslint-plugin-unicorn": "^42.0.0",

"semantic-release": "^19.0.2",
"typescript": "^4.6.3"
"typescript": "^4.7.2"
},

@@ -68,0 +68,0 @@ "engines": {

const { Pool } = require('undici');
const { Readable } = require('stream');
const qs = require('querystring');
const defaults = require('lodash.defaults');

@@ -224,6 +223,2 @@ const assert = require('assert');

httpRequest(reqParams, reqData, cb) {
if (reqParams.query) {
reqParams.path = `${reqParams.pathname || reqParams.path}?${qs.stringify(reqParams.query)}`;
}
const stream = new RecordStream({ format: reqData.format });

@@ -230,0 +225,0 @@ (async () => {

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