Socket
Socket
Sign inDemoInstall

fastify-metrics

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-metrics - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

4

dist/fastify-metrics.js

@@ -211,3 +211,3 @@ "use strict";

if (this.routesWhitelist.has(FastifyMetrics.getRouteSlug({
method: request.routerMethod,
method: request.method,
url: request.routerPath,

@@ -233,3 +233,3 @@ }))) {

this.routeFallback;
const method = request.routerMethod ?? request.method;
const method = request.method;
const labels = {

@@ -236,0 +236,0 @@ [this.routeMetrics.labelNames.method]: method,

{
"$schema": "https://json.schemastore.org/package.json",
"name": "fastify-metrics",
"version": "10.0.2",
"version": "10.0.3",
"description": "Prometheus metrics exporter for Fastify",

@@ -6,0 +6,0 @@ "keywords": [

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