From 87e7b0c9560b98f2581f226712e0e49f248e41de Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 2 Apr 2021 18:55:23 +0200 Subject: [PATCH] updated docs --- README.md | 6 +++--- docs/index.html | 2 +- docs/processes.html | 6 +++--- docs/security.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8fad89e..03b938d 100644 --- a/README.md +++ b/README.md @@ -360,9 +360,9 @@ Full function reference with examples can be found at [https://systeminformation | si.fullLoad(cb) | : integer | X | | X | X | | CPU full load since bootup in % | | si.processes(cb) | {...} | X | X | X | X | X | # running processes | | | all | X | X | X | X | X | # of all processes | -| | running | X | X | X | X | X | # of all processes running | -| | blocked | X | X | X | X | X | # of all processes blocked | -| | sleeping | X | X | X | X | X | # of all processes sleeping | +| | running | X | X | X | | X | # of all processes running | +| | blocked | X | X | X | | X | # of all processes blocked | +| | sleeping | X | X | X | | X | # of all processes sleeping | | | unknown | | | | X | | # of all processes unknown status | | | list[] | X | X | X | X | X | list of all processes incl. details | | | ...[0].pid | X | X | X | X | X | process PID | diff --git a/docs/index.html b/docs/index.html index 7465983..3676089 100644 --- a/docs/index.html +++ b/docs/index.html @@ -211,7 +211,7 @@
Downloads last month
-
404
+
407
Dependents
diff --git a/docs/processes.html b/docs/processes.html index ec047c3..9ed7ef8 100644 --- a/docs/processes.html +++ b/docs/processes.html @@ -242,7 +242,7 @@ si.currentLoad().then(data => console.log(data)); X X X - X + X # of all processes running @@ -252,7 +252,7 @@ si.currentLoad().then(data => console.log(data)); X X X - X + X # of all processes blocked @@ -262,7 +262,7 @@ si.currentLoad().then(data => console.log(data)); X X X - X + X # of all processes sleeping diff --git a/docs/security.html b/docs/security.html index 96877e2..a462e72 100644 --- a/docs/security.html +++ b/docs/security.html @@ -52,7 +52,7 @@

Affected versions: < 5.6.4 and < 4.34.17
Date: 2021-03-15
- CVE indentifier - + CVE indentifier CVE-2021-21388

Impact