Socket
Socket
Sign inDemoInstall

prometheus-gc-stats

Package Overview
Dependencies
19
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.4 to 0.6.5

9

package.json
{
"name": "prometheus-gc-stats",
"version": "0.6.4",
"version": "0.6.5",
"description": "Report Garbage Collection stats using Prometheus",

@@ -35,5 +35,8 @@ "main": "index.js",

"peerDependencies": {
"prom-client": ">= 10 <= 12"
"prom-client": ">= 10 <= 14"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"babel-jest": "^24.0.0",
"eslint": "^5.6.0",

@@ -45,3 +48,3 @@ "eslint-config-simenb-base": "^15.0.0",

"prettier": "^1.4.4",
"prom-client": "^12.0.0"
"prom-client": "^14.0.0"
},

@@ -48,0 +51,0 @@ "jest": {

@@ -10,3 +10,3 @@ # prometheus-gc-stats

This module has a peer dependency on [`prom-client`](https://github.com/siimon/prom-client). Currently, 10 is supported.
This module has a peer dependency on [`prom-client`](https://github.com/siimon/prom-client). Currently, 10-14 is supported.

@@ -13,0 +13,0 @@ This module follows the same API as the core default metrics. To start collection GC stats, invoke the exported function to create the

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc