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 2.8.1 to 2.8.2

2

lib/connection.js

@@ -189,3 +189,3 @@ 'use strict';

this.queue[correlationId].resolve(data.slice(4, length + 4));
this.queue[correlationId].resolve(new Buffer(data.slice(4, length + 4)));
delete this.queue[correlationId];

@@ -192,0 +192,0 @@

@@ -9,3 +9,3 @@ {

},
"version": "2.8.1",
"version": "2.8.2",
"main": "./lib/index.js",

@@ -12,0 +12,0 @@ "keywords": [

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