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.3.0-beta.0 to 2.3.0-beta.1

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [2.2.1] - 2022-10-13
### Fixed
- Fixed Typescript definitions for custom authentication mechanisms #1459
## [2.2.0] - 2022-08-16

@@ -11,0 +16,0 @@

6

package.json
{
"name": "kafkajs",
"version": "2.3.0-beta.0",
"version": "2.3.0-beta.1",
"description": "A modern Apache Kafka client for node.js",

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

"kafkajs": {
"sha": "b5db7abc485ecfbc2b621349d78cef11ef6932ae",
"compare": "https://github.com/tulios/kafkajs/compare/v2.2.0...b5db7abc485ecfbc2b621349d78cef11ef6932ae"
"sha": "a963bd88b9a9827ee7ea750805900ada5682689e",
"compare": "https://github.com/tulios/kafkajs/compare/v2.2.1...a963bd88b9a9827ee7ea750805900ada5682689e"
}
}

@@ -9,3 +9,3 @@ const { MemberMetadata, MemberAssignment } = require('../../assignerProtocol')

name: 'RoundRobinAssigner',
version: 1,
version: 0,

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