Socket
Socket
Sign inDemoInstall

fastify-graylog-reporter

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-graylog-reporter - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

CHANGELOG.md

@@ -1,2 +0,2 @@

# [1.2.0](https://github.com/Blynskyniki/fastify-graylog-reporter/compare/v1.1.0...v1.2.0) (2023-10-12)
# [1.3.0](https://github.com/Blynskyniki/fastify-graylog-reporter/compare/v1.2.0...v1.3.0) (2023-10-12)

@@ -6,2 +6,2 @@

* chunks ([657d91f](https://github.com/Blynskyniki/fastify-graylog-reporter/commit/657d91f816d68dfcffc128b3f156ed6f27ae6c00))
* add version to message ([05ece32](https://github.com/Blynskyniki/fastify-graylog-reporter/commit/05ece329f9d55db2ee293a0ea292aeab909d86a2))

@@ -7,2 +7,3 @@ import { GelfMessageSerializer } from './gelfMessageSerializer';

port: number;
logs?: boolean;
compress: boolean;

@@ -9,0 +10,0 @@ minCompressSize: number;

@@ -18,2 +18,3 @@ "use strict";

const chunks = await this.serializer.serialize(Buffer.from(JSON.stringify({
'version': '1.1',
facility: this.options.facility, short_message, full_message, timestamp, host,

@@ -20,0 +21,0 @@ ...this.changeOtherFieldsFormat(other_fields),

@@ -21,2 +21,5 @@ "use strict";

}
if (!!this.options.logs) {
console.info(`${this.options.host}:${this.options.port} -> ${this.options.facility}`);
}
resolve();

@@ -23,0 +26,0 @@ });

{
"name": "fastify-graylog-reporter",
"version": "1.2.0",
"version": "1.3.0",
"description": "Fastify plugin for report request data to Graylog",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Blynskyniki/fastify-graylog-reporter#readme",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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