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.59 to 1.1.60

test/test-cf.js

3

bin/logagent.js

@@ -142,2 +142,3 @@ #!/bin/sh

var logger = getLogger(token, type)
//console.log('token:' + token + ' message: ' + JSON.stringify(data))
logger.log(data.level || data.severity || 'info', data.message || data.msg || data.MESSAGE, data)

@@ -454,3 +455,3 @@ }

if (argv.print_stats) {
setInterval(printStats, Number(argv.print_stats) * 1000)
setInterval(printStats, (Number(argv.print_stats)||30) * 1000)
}

@@ -457,0 +458,0 @@ if (argv['rtail-web-port']) {

@@ -174,2 +174,3 @@ /*

} else {
console.log('MULTILINE!!!!!!!!!!!')
this.sources[sourceName].reader = new MultiLine(/^\S+/, parser)

@@ -176,0 +177,0 @@ return this.sources[sourceName].reader

@@ -5,3 +5,3 @@ 'use strict'

delimiter: delimiter,
timeout: 300
timeout: Number(process.env.LOGAGENT_MULTILINE_TIMEOUT_MS) || 300
}

@@ -19,3 +19,3 @@ this.lines = []

}
}.bind(this), 310)
}.bind(this), this.opt.timeut )
if(this.tid.unref) {

@@ -22,0 +22,0 @@ this.tid.unref()

{
"name": "logagent-js",
"version": "1.1.59",
"version": "1.1.60",
"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