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.1 to 10.0.2

2

dist/index.d.ts

@@ -34,3 +34,3 @@ /**

* .register(fastifyMetrics, options)
* .get('/foo, (request, reply) => {
* .get('/foo', (request, reply) => {
* reply.code(200);

@@ -37,0 +37,0 @@ * const delay = Math.random() * 10000;

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

* .register(fastifyMetrics, options)
* .get('/foo, (request, reply) => {
* .get('/foo', (request, reply) => {
* reply.code(200);

@@ -46,0 +46,0 @@ * const delay = Math.random() * 10000;

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

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

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