prom-client
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44427