New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mojaloop/platform-shared-lib-nodejs-kafka-client-lib

Package Overview
Dependencies
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/platform-shared-lib-nodejs-kafka-client-lib - npm Package Compare versions

Comparing version 0.3.0-snapshot.4 to 0.3.0-snapshot.5

2

dist/raw/rdkafka_raw_producer.js

@@ -34,2 +34,3 @@ /*****

const tslib_1 = require("tslib");
const util_1 = tslib_1.__importDefault(require("util"));
const events_1 = require("events");

@@ -84,2 +85,3 @@ const RDKafka = tslib_1.__importStar(require("node-rdkafka"));

this._logger?.isInfoEnabled() && this._logger.info("MLRawKafkaProducer - instance created");
this._logger?.isDebugEnabled() && this._logger.debug(`MLRawKafkaProducer - options: ${util_1.default.inspect(this._options)}`);
this._logger?.isInfoEnabled() && this._logger.info(`MLRawKafkaProducer - features: ${RDKafka.features}`);

@@ -86,0 +88,0 @@ }

2

package.json
{
"name": "@mojaloop/platform-shared-lib-nodejs-kafka-client-lib",
"version": "0.3.0-snapshot.4",
"version": "0.3.0-snapshot.5",
"description": "mojaloop vnext platform shared libraries",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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