New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coozzy/prometheus

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coozzy/prometheus - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

2

index.js

@@ -49,3 +49,3 @@ const Prometheus = require('prom-client');

if (server) {
metricsServer.close((err) => {
server.close((err) => {
if (err) {

@@ -52,0 +52,0 @@ logger.error('Forcing shutdown', err);

{
"name": "@coozzy/prometheus",
"version": "3.1.2",
"version": "3.2.0",
"description": "Helps collecting and exporting prometheus metrics",

@@ -18,6 +18,6 @@ "main": "index.js",

"@coozzy/logger": "1.3.0",
"prom-client": "14.1.0"
"prom-client": "14.2.0"
},
"devDependencies": {
"@types/express": "4.17.15"
"@types/express": "4.17.17"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

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