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

prom-client

Package Overview
Dependencies
Maintainers
2
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 11.1.0 to 11.1.1

6

CHANGELOG.md

@@ -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 @@

2

lib/metrics/processOpenFileDescriptors.js

@@ -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 @@ },

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