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.1 to 0.1.2

4

lib/logstash.js

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

else if (typeof obj[i] != 'function') {
copy[i] = obj[i] instanceof Object ? exports.clone(obj[i]) : obj[i];
copy[i] = obj[i] instanceof Object ? clone(obj[i]) : obj[i];
}

@@ -97,3 +97,3 @@ else if (typeof obj[i] === 'function') {

this.send(JSON.stringify(msg));
this.send(JSON.stringify(msg, bunyan.safeCycles()));
};

@@ -100,0 +100,0 @@

{
"name": "bunyan-logstash",
"version": "0.1.1",
"version": "0.1.2",
"description": "Logstash plugin for Bunyan",

@@ -9,3 +9,6 @@ "repository": "https://github.com/sheknows/bunyan-logstash.git",

"author": "Justin Rainbow",
"license": "MIT"
"license": "MIT",
"dependencies": {
"bunyan": "~0.21.4"
}
}
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