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

bunyan-logstash

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-logstash - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

5

lib/logstash.js

@@ -44,2 +44,3 @@ var bunyan = require('bunyan');

this.tags = options.tags || ["bunyan"];
this.type = options.type;

@@ -85,2 +86,6 @@ this.client = null;

if (typeof(this.type) === 'string') {
msg['@type'] = this.type;
}
delete rec.time;

@@ -87,0 +92,0 @@ delete rec.msg;

2

package.json
{
"name": "bunyan-logstash",
"version": "0.1.2",
"version": "0.2.0",
"description": "Logstash plugin for Bunyan",

@@ -5,0 +5,0 @@ "repository": "https://github.com/sheknows/bunyan-logstash.git",

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