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

@usecanvas/good-logfmt

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usecanvas/good-logfmt - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

lib/index.js

@@ -66,2 +66,8 @@ 'use strict';

if (typeof event.data === 'object' && !Array.isArray(event.data)) {
for (const key in event.data) {
logObject[`data.${key}`] = event.data[key];
}
}
Logfmt.log(logObject);

@@ -68,0 +74,0 @@ }

2

package.json
{
"name": "@usecanvas/good-logfmt",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Logfmt formatter for Good events",

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

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