Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

no-kafka

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-kafka - npm Package Compare versions

Comparing version 3.1.3-0 to 3.1.4

.nrepl-history

2

lib/group_consumer.js

@@ -296,2 +296,4 @@ 'use strict';

// should probably wait for current fetch/handlers to finish before fetching offsets and re-subscribing
_.each(partitionAssignment, function (a) {

@@ -298,0 +300,0 @@ _.each(a.partitions, function (p) {

12

lib/protocol/admin.js

@@ -54,9 +54,7 @@ 'use strict';

.string('clientHost')
.Int32BE('_metadataLength');
if (this.context._metadataLength) {
this.Int16BE('version')
.array('subscriptions', this.string)
.bytes('metadata')
.SyncConsumerGroupRequest_MemberAssignment('memberAssignment');
}
.skip(4) // metadata bytes length
.Int16BE('version')
.array('subscriptions', this.string)
.bytes('metadata')
.SyncConsumerGroupRequest_MemberAssignment('memberAssignment');
}

@@ -63,0 +61,0 @@ });

@@ -9,4 +9,5 @@ {

},
"version": "3.1.3-0",
"version": "3.1.4",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"keywords": [

@@ -23,3 +24,6 @@ "kafka"

"nice-simple-logger": "^1.0.1",
"wrr-pool": "^1.0.3"
"wrr-pool": "^1.0.3",
"@types/lodash": "^4.14.55",
"@types/bluebird": "3.5.0",
"typescript": "2.2.1"
},

@@ -29,4 +33,5 @@ "devDependencies": {

"chai-as-promised": "^6.0.0",
"eslint": "^2.2.0",
"eslint": "^2.13.1",
"eslint-config-magictoolbox": "^0.0.2",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.2",

@@ -33,0 +38,0 @@ "mocha": "^3.1.2",

@@ -340,3 +340,2 @@ [![Build Status][badge-travis]][travis]

var strategies = {
strategy: 'TestStrategy',
subscriptions: ['kafka-test-topic'],

@@ -343,0 +342,0 @@ metadata: {

Sorry, the diff of this file is not supported yet

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