Socket
Socket
Sign inDemoInstall

@mhlabs/structured-logging

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mhlabs/structured-logging - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "@mhlabs/structured-logging",
"version": "1.0.0",
"version": "1.1.0",
"description": "A package for logging to console in a structured format",

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

@@ -9,3 +9,4 @@ let stack = 'default-stack';

}
console.debug(logData);
process.stdout.write(`${logData}\n`);
}

@@ -12,0 +13,0 @@

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