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

connect-prometheus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-prometheus - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.js

@@ -300,2 +300,3 @@ 'use strict';

map.process_max_fds,
map.process_cpu_seconds_total,
map.process_cpu_user_seconds_total,

@@ -314,3 +315,2 @@ map.process_cpu_system_seconds_total,

const aggregatorMetrics = [
map.process_cpu_seconds_total,
map.nodejs_heap_space_size_used_bytes,

@@ -317,0 +317,0 @@ map.nodejs_heap_space_size_available_bytes,

@@ -45,2 +45,6 @@ import { IncomingMessage, ServerResponse } from 'http'

}
interface Counter<T extends string> {
aggregator: Aggregator
}
}

@@ -47,0 +51,0 @@

{
"name": "connect-prometheus",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

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