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

kafkajs

Package Overview
Dependencies
Maintainers
2
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafkajs - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

CHANGELOG.md

@@ -8,3 +8,7 @@ # Changelog

## [2.2.3] - 2022-11-21
### Fixed
- Fix regression in SASL/PLAIN authentication #1480
## [2.2.2] - 2022-10-18

@@ -11,0 +15,0 @@

2

package.json
{
"name": "kafkajs",
"version": "2.2.2",
"version": "2.2.3",
"description": "A modern Apache Kafka client for node.js",

@@ -5,0 +5,0 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>",

@@ -358,3 +358,3 @@ const createSocket = require('./socket')

this.failIfNotConnected()
this.socket.write(requestPayload.buffer, 'binary')
this.socket.write(requestPayload, 'binary')
} catch (e) {

@@ -361,0 +361,0 @@ reject(e)

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