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

system-health-monitor

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-health-monitor - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.github/workflows/npm_publish.yml

5

CHANGELOG.md
## Changelog
### 1.2.1
- Dependencies was bumped
### 1.2.0
- Algorithm of calculation free memory was tuned and now it considers `SReclaimable` as a memory that may be freed (`free` in the output).

@@ -5,0 +10,0 @@ - Minor bug with timers in tests was fixed.

16

package.json
{
"name": "system-health-monitor",
"version": "1.2.0",
"version": "1.2.1",
"description": "This module implements service that check RAM and CPU characteristics and decides according to passed config that instance is overloaded",

@@ -16,3 +16,13 @@ "main": "index.js",

},
"keywords": ["health", "status", "monitor", "healthcheck", "cpu", "mem", "usage", "memory", "utilization"],
"keywords": [
"health",
"status",
"monitor",
"healthcheck",
"cpu",
"mem",
"usage",
"memory",
"utilization"
],
"license": "MIT",

@@ -25,3 +35,3 @@ "engines": {

"coveralls": "^3.0.0",
"eslint": "^5.16.0",
"eslint": "^6.5.1",
"istanbul": "^1.1.0-alpha.1",

@@ -28,0 +38,0 @@ "mocha": "^6.1.4",

# System Health Monitor for node
[![NPM version](https://img.shields.io/npm/v/system-health-monitor.svg)](https://www.npmjs.com/package/system-health-monitor)
[![Release Status](https://github.com/LCMApps/system-health-monitor/workflows/NPM%20Release/badge.svg)](https://github.com/LCMApps/system-health-monitor/releases)
[![Build Status](https://travis-ci.org/LCMApps/system-health-monitor.svg?branch=master)](https://travis-ci.org/LCMApps/system-health-monitor)

@@ -5,0 +6,0 @@ [![Coverage Status](https://coveralls.io/repos/github/LCMApps/system-health-monitor/badge.svg?branch=master)](https://coveralls.io/github/LCMApps/system-health-monitor?branch=master)

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