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

prom-client

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prom-client - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/gauge.js

@@ -167,3 +167,3 @@ /**

if(!isNumber(value)) {
throw new Error('Value is not a valid number', val);
throw new Error('Value is not a valid number', value);
}

@@ -170,0 +170,0 @@

{
"name": "prom-client",
"version": "3.0.2",
"version": "3.0.3",
"description": "Client for prometheus",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

# Prometheus client for node.js
# Prometheus client for node.js [![Build Status](https://travis-ci.org/siimon/prom-client.svg?branch=master)](https://travis-ci.org/siimon/prom-client)

@@ -3,0 +3,0 @@ A prometheus client for node.js that supports histogram, gauges and counters.

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