Socket
Socket
Sign inDemoInstall

microservice-chain-logger

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

1

index.js

@@ -28,3 +28,2 @@ const {inspect} = require('util');

function transformEntry(func, entry) {
entry.taskId = process.env.MESOS_TASK_ID;
delete entry.isAccessLog;

@@ -31,0 +30,0 @@ return JSON.stringify(entry);

2

package.json
{
"name": "microservice-chain-logger",
"version": "1.0.2",
"version": "1.0.3",
"description": "JSON logger for microservices with bundled Correlation ID and http-server access logging",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc