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

@ovotech/avro-kafkajs

Package Overview
Dependencies
Maintainers
265
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/avro-kafkajs - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

dist/avro.js

@@ -51,3 +51,3 @@ "use strict";

: payload.message.key;
if (payload.message.value !== null) {
if (payload.message.value !== null && payload.message.value.length !== 0) {
const { type, value } = await schemaRegistry.decodeWithType(payload.message.value, readerSchema);

@@ -54,0 +54,0 @@ return eachMessage({

{
"name": "@ovotech/avro-kafkajs",
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/index.js",

@@ -51,3 +51,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "9062ffaf111e96cc29d0289eb7c9b60f28767448"
"gitHead": "6a5fabceeab912b718b8307bd6426f1d065218e9"
}
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