Socket
Socket
Sign inDemoInstall

logfmt

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logfmt - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

logfmt.js

@@ -1,3 +0,5 @@

exports.parse = require('./lib/logfmt_parser').parse;
var parse = require('./lib/logfmt_parser').parse;
exports.parse = parse;
exports.stream = process.stdout;

@@ -26,3 +28,3 @@

body.split("\n").forEach(function(line){
lines.push(logfmt.parse(line))
lines.push(parse(line))
})

@@ -29,0 +31,0 @@ return lines;

{
"name": "logfmt",
"version": "0.5.0",
"version": "0.5.1",
"description": "Key-Value log line parser",

@@ -5,0 +5,0 @@ "main": "logfmt.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