prom-client
Advanced tools
Comparing version 11.1.0 to 11.1.1
@@ -16,2 +16,8 @@ # Changelog | ||
## [11.1.1] - 2018-06-29 | ||
### Changed | ||
* Fixed `processOpenFileDescriptors` metric when no custom config was set | ||
## [11.1.0] - 2018-06-29 | ||
@@ -18,0 +24,0 @@ |
@@ -8,3 +8,3 @@ 'use strict'; | ||
module.exports = (registry, config) => { | ||
module.exports = (registry, config = {}) => { | ||
if (process.platform !== 'linux') { | ||
@@ -11,0 +11,0 @@ return () => {}; |
{ | ||
"name": "prom-client", | ||
"version": "11.1.0", | ||
"version": "11.1.1", | ||
"description": "Client for prometheus", | ||
@@ -34,2 +34,3 @@ "main": "index.js", | ||
"prettier": "1.11.1", | ||
"sinon": "^6.0.1", | ||
"typescript": "^2.5.2" | ||
@@ -36,0 +37,0 @@ }, |
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
105167
10