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

@mojaloop/logging-bc-client-lib

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/logging-bc-client-lib - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

4

package.json
{
"name": "@mojaloop/logging-bc-client-lib",
"version": "0.1.22",
"description": "Mojaloop logging bounded context client lib",
"version": "0.1.23",
"description": "Mojaloop logging bounded context client library",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/mojaloop/logging-bc/tree/main/packages/client-lib",

@@ -9,3 +9,2 @@ # Mojaloop vNext Nodejs Logging Client Library

This library provides usable implementations of the ILogger interface defined in `@mojaloop/logging-bc-public-types-lib`.

@@ -15,3 +14,3 @@

- **DefaultLogger** - Does structured colored logging to the console as well as to a combined.log file;
- **KafkaLogger** - Does everything DefaultLogger does and also sends the logs via Kafka to the central logging services.
- **KafkaLogger** - Does everything DefaultLogger does and also sends the logs via Kafka to the central logging services.

@@ -29,3 +28,3 @@

For very simple logging needs the `@mojaloop/logging-bc-public-types-lib` library has a `ConsoleLogger` class that can be used.
For very simple logging needs the `@mojaloop/logging-bc-public-types-lib` library has a `ConsoleLogger` class that can be used.

@@ -107,6 +106,6 @@

// use the same way as any other ILogger
// ex:
// ex:
logger.debug("debug message");
setTimeout(async ()=>{

@@ -132,5 +131,5 @@ // NOTE Make sure to call KafkaLogger.destroy

OR
OR
npm install @mojaloop/logging-bc-client-lib
```
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