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

logagent-js

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logagent-js - npm Package Compare versions

Comparing version 1.1.49 to 1.1.50

4

bin/logagent.js

@@ -208,3 +208,3 @@ #!/bin/sh

try {
parseLine(body, argv.n || 'heroku', function (err, data) {
parseLine(line, argv.n || 'heroku', function (err, data) {
if (data) {

@@ -214,3 +214,3 @@ parseLine(data.message, 'undefined', function (e, d) {

Object.keys(d).forEach(function (key) {
data[key] = d[key]
this.data[key] = d[key]
})

@@ -217,0 +217,0 @@ }

{
"name": "logagent-js",
"version": "1.1.49",
"version": "1.1.50",
"description": "Smart log parser written in Node",

@@ -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