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

express-prom-bundle

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-prom-bundle - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

package.json
{
"name": "express-prom-bundle",
"version": "1.2.2",
"version": "1.2.3",
"description": "express middleware with popular prometheus metrics in one bundle",

@@ -19,3 +19,3 @@ "main": "src/index.js",

"on-finished": "^2.3.0",
"prom-client": "^6.1.2",
"prom-client": "^6.2.0",
"url-value-parser": "^1.0.0"

@@ -22,0 +22,0 @@ },

@@ -18,2 +18,8 @@ "use strict";

const realName = this.makeRealName(name);
const existing = this.promClient.register.getSingleMetric(realName);
if (existing) {
return existing;
}
applyParams[0] = realName;

@@ -20,0 +26,0 @@ applyParams.unshift(null); // add some dummy context for apply

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