🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

prometheus-api-metrics

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prometheus-api-metrics - npm Package Compare versions

Comparing version

to
2.2.7

2

package.json
{
"name": "prometheus-api-metrics",
"version": "2.2.6",
"version": "2.2.7",
"description": "API and process monitoring with Prometheus for Node.js micro-service",

@@ -5,0 +5,0 @@ "author": "Idan Tovi",

@@ -9,4 +9,4 @@ import { RequestHandler, Response } from 'express';

constructor(options?: CollectorOpts)
init(options?: CollectorOpts): void
collect(res: Response | any): void
static init(options?: CollectorOpts): void
static collect(res: Response | any): void
}

@@ -13,0 +13,0 @@