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.3 to 10.0.4

2

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

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

@@ -159,3 +159,4 @@ # fastify-metrics

await app.register(metricsPlugin, {endpoint: '/metrics', {
await app.register(metricsPlugin, {
endpoint: '/metrics',
routeMetrics: {

@@ -174,3 +175,3 @@ overrides: {

}
}});
});
```

@@ -177,0 +178,0 @@

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