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
1
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.0.5 to 1.0.6

4

bin/linux-install.js

@@ -1,2 +0,2 @@

var Service = require('node-mac').Service
var Service = require('node-linux').Service
var argv = require('minimist')

@@ -11,3 +11,3 @@ // Create a new service object

value: 'production'},
{name: 'LOGSEDNE_TAIL_FILES',
{name: 'GLOB_PATTERN',
value: argv._}],

@@ -14,0 +14,0 @@ user: 'syslog',

@@ -16,3 +16,3 @@ #!/usr/bin/env node

var LogAnalyzer = require('../lib/index.js')
var la = new LogAnalyzer(argv.f || __dirname + '/../patterns.yml')
var la = new LogAnalyzer(argv.f)
var readline = require('readline')

@@ -19,0 +19,0 @@ var begin = new Date().getTime()

@@ -16,3 +16,3 @@ /*

function LogParser (fileName, options) {
this.load(fileName, options)
this.load(fileName || require('path').join(__dirname, '../patterns.yml'), options)
this.options = options

@@ -19,0 +19,0 @@ this.sources = {}

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

@@ -25,3 +25,4 @@ "main": "lib/index.js",

"logsene",
"log parser"
"log parser",
"logging"
],

@@ -28,0 +29,0 @@ "homepage": "https://www.sematext.com",

Sorry, the diff of this file is not supported yet

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