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 1.0.1 to 1.0.2

3

lib/index.js
const Stream = require('stream');
const graylog2 = require('graylog2');
const CircularJSON = require('circular-json');

@@ -17,3 +18,3 @@ class GoodHapiGraylog extends Stream.Writable {

_write(data, encoding, callback) {
const dataString = JSON.stringify(data);
const dataString = CircularJSON.stringify(data);
this.client.info(dataString);

@@ -20,0 +21,0 @@ callback();

{
"name": "good-hapi-graylog2",
"version": "1.0.1",
"version": "1.0.2",
"repository": "git://github.com/gleip/good-hapi-graylog2",

@@ -10,2 +10,3 @@ "description": "Graylog GELF broadcasting for Good process monitor",

"dependencies": {
"circular-json": "^0.3.3",
"graylog2": "^0.1.3",

@@ -12,0 +13,0 @@ "stream": "0.0.2"

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