Socket
Socket
Sign inDemoInstall

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 10.2.1 to 10.2.2

7

CHANGELOG.md

@@ -11,2 +11,6 @@ # Changelog

## [10.2.2] - 2017-11-02
### Changed
- Fixed invalid `process_virtual_memory_bytes` reported under linux
## [10.2.1] - 2017-10-27

@@ -92,3 +96,4 @@ ### Changed

[Unreleased]: https://github.com/siimon/prom-client/compare/v10.2.1...HEAD
[Unreleased]: https://github.com/siimon/prom-client/compare/v10.2.2...HEAD
[10.2.2]: https://github.com/siimon/prom-client/compare/v10.2.1...v10.2.2
[10.2.1]: https://github.com/siimon/prom-client/compare/v10.2.0...v10.2.1

@@ -95,0 +100,0 @@ [10.2.0]: https://github.com/siimon/prom-client/compare/v10.1.1...v10.2.0

2

lib/metrics/osMemoryHeapLinux.js

@@ -26,3 +26,3 @@ 'use strict';

// Make it into a number in bytes bytes
value = Number(value) * 1000;
value = Number(value) * 1024;

@@ -29,0 +29,0 @@ returnValue[split[0]] = value;

{
"name": "prom-client",
"version": "10.2.1",
"version": "10.2.2",
"description": "Client for prometheus",

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

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