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 1.11.0-beta.8 to 1.11.0-beta.9

6

package.json
{
"name": "kafkajs",
"version": "1.11.0-beta.8",
"version": "1.11.0-beta.9",
"description": "A modern Apache Kafka client for node.js",

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

"kafkajs": {
"sha": "f98f60597ece946ca5febdd7b463b58d6ded00f0",
"compare": "https://github.com/tulios/kafkajs/compare/v1.10.0...f98f60597ece946ca5febdd7b463b58d6ded00f0"
"sha": "78a32708f87753a3765d6b42a8d2432a7026e822",
"compare": "https://github.com/tulios/kafkajs/compare/v1.10.0...78a32708f87753a3765d6b42a8d2432a7026e822"
}
}

@@ -36,4 +36,6 @@ /// <reference types="node" />

export type SASLMechanism = 'plain' | 'scram-sha-256' | 'scram-sha-512' | 'aws'
export interface SASLOptions {
mechanism: 'plain' | 'scram-sha-256' | 'scram-sha-512' | 'aws'
mechanism: SASLMechanism
username: string

@@ -40,0 +42,0 @@ password: string

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