Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adonis5-prometheus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis5-prometheus - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

build/src/CollectPerformanceMetrics.js

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

const includeQueryParams = httpMetricOptions.includeQueryParams;
if (this.isRouteExcluded(ctx)) {
if (!this.isRouteExcluded(ctx)) {
let url = includeRouteParams ? request.url() : route?.pattern;

@@ -24,0 +24,0 @@ if (includeQueryParams && request.parsedUrl.query) {

{
"name": "adonis5-prometheus",
"version": "0.0.5",
"version": "0.0.6",
"description": "Prometheus wrapper for Adonis 5",

@@ -5,0 +5,0 @@ "main": "build/providers/PrometheusProvider.js",

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