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.15.0 to 1.16.0-beta.0

8

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

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

]
},
"kafkajs": {
"sha": "c2a91d4b5fcd35ec966723a8d1b67f8d26f2fc03",
"compare": "https://github.com/tulios/kafkajs/compare/v1.15.0...c2a91d4b5fcd35ec966723a8d1b67f8d26f2fc03"
}
}
}

@@ -843,3 +843,3 @@ /// <reference types="node" />

commitOffsets(topicPartitions: Array<TopicPartitionOffsetAndMetadata>): Promise<void>
seek(topicPartition: { topic: string; partition: number; offset: string }): void
seek(topicPartition: { topic: string; partition: number; offset: number | string }): void
describeGroup(): Promise<GroupDescription>

@@ -846,0 +846,0 @@ pause(topics: Array<{ topic: string; partitions?: number[] }>): void

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