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

graylog2

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graylog2 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

16

graylog.js

@@ -51,2 +51,7 @@ var zlib = require('zlib'),

this.client = dgram.createSocket("udp4");
var that = this;
this.client.on('error', function (err) {
that.emit('error', err);
});
}

@@ -60,4 +65,5 @@

this.client.close();
this.client = null;
this._isDestroyed = true;
this.client.removeAllListeners();
this.client = null;
this._isDestroyed = true;
}

@@ -114,3 +120,3 @@ };

if (typeof(short_message) !== 'object' && typeof(full_message) === 'object' && additionalFields === undefined) {
if (typeof(short_message) !== 'object' && typeof(full_message) === 'object' && additionalFields === undefined) {
// Only short message and additional fields are available

@@ -121,4 +127,4 @@ message.short_message = short_message;

additionalFields = full_message;
}
else if (typeof(short_message) !== 'object') {
}
else if (typeof(short_message) !== 'object') {
// We normally set the data

@@ -125,0 +131,0 @@ message.short_message = short_message;

@@ -8,3 +8,3 @@ {

},
"version": "0.1.1",
"version": "0.1.2",
"author": "Marc Trudel-Belise",

@@ -11,0 +11,0 @@ "engines": {

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