Socket
Socket
Sign inDemoInstall

fastify-graylog-reporter

Package Overview
Dependencies
63
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.0 to 1.11.1

6

CHANGELOG.md

@@ -1,6 +0,6 @@

# [1.11.0](https://github.com/Blynskyniki/fastify-graylog-reporter/compare/v1.10.0...v1.11.0) (2023-10-12)
## [1.11.1](https://github.com/Blynskyniki/fastify-graylog-reporter/compare/v1.11.0...v1.11.1) (2023-10-12)
### Features
### Bug Fixes
* add credentials ([0869729](https://github.com/Blynskyniki/fastify-graylog-reporter/commit/08697299590fc440e088326d812be8b1b27d2502))
* type credentials ([eae0352](https://github.com/Blynskyniki/fastify-graylog-reporter/commit/eae0352e1a32841ce59321d6645ca17a12a21522))

@@ -5,5 +5,5 @@ /// <reference types="node" />

interface FastifyRequest {
credentials?: Record<string, unknown>;
credentials?: any;
}
}
export declare const fastifyGrayLogReporter: FastifyPluginCallback<Omit<import("./Gelf").ConnectionOptions, "minCompressSize" | "maxChunkSize"> & Partial<Pick<import("./Gelf").ConnectionOptions, "minCompressSize" | "maxChunkSize">>, import("http").Server, import("fastify").FastifyTypeProviderDefault, import("fastify").FastifyBaseLogger>;
{
"name": "fastify-graylog-reporter",
"version": "1.11.0",
"version": "1.11.1",
"description": "Fastify plugin for report request data to Graylog",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc