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

good-hapi-graylog2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-hapi-graylog2 - npm Package Compare versions

Comparing version

to
2.0.1

5

lib/index.js

@@ -32,5 +32,4 @@ const Stream = require('stream');

_write(data, encoding, callback) {
const dataString = CircularJSON.parse(CircularJSON.stringify(removeTimestamp(data)));
const message = (dataString.description) ? dataString.description : 'None';
this.log.info(message, dataString );
const message = CircularJSON.parse(CircularJSON.stringify(removeTimestamp(data)));
this.log.info(JSON.stringify(message));
callback();

@@ -37,0 +36,0 @@ }

2

package.json
{
"name": "good-hapi-graylog2",
"version": "2.0.0",
"version": "2.0.1",
"repository": "git://github.com/gleip/good-hapi-graylog2",

@@ -5,0 +5,0 @@ "description": "Graylog GELF broadcasting for Good process monitor",