From 647d778c5f2aa69099e043397ab890c3b236fb6b Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Mon, 8 Dec 2025 20:07:25 +0100 Subject: [PATCH] networkConnections() fix pid issue (macOS) --- CHANGELOG.md | 1 + docs/audio.html | 8 +- docs/battery.html | 8 +- docs/bluetooth.html | 8 +- docs/changes.html | 3 +- docs/contributors.html | 3 +- docs/copyright.html | 3 +- docs/cpu.html | 28 +- docs/docker.html | 3 +- docs/filesystem.html | 33 +- docs/general.html | 21 +- docs/gettingstarted.html | 3 +- docs/graphics.html | 8 +- docs/history.html | 12 +- docs/index.html | 26 +- docs/issues.html | 3 +- docs/memory.html | 13 +- docs/network.html | 46 +- docs/os.html | 1336 +++++++++++++++++------------------ docs/printer.html | 8 +- docs/processes.html | 1093 ++++++++++++++-------------- docs/security.html | 3 +- docs/statsfunctions.html | 16 +- docs/system.html | 28 +- docs/tests.html | 3 +- docs/trademarks.html | 3 +- docs/usb.html | 8 +- docs/v4/battery.html | 8 +- docs/v4/contributors.html | 3 +- docs/v4/copyright.html | 3 +- docs/v4/cpu.html | 28 +- docs/v4/docker.html | 3 +- docs/v4/filesystem.html | 33 +- docs/v4/general.html | 15 +- docs/v4/gettingstarted.html | 4 +- docs/v4/graphics.html | 8 +- docs/v4/history.html | 7 +- docs/v4/index.html | 10 +- docs/v4/issues.html | 3 +- docs/v4/memory.html | 13 +- docs/v4/network.html | 42 +- docs/v4/os.html | 22 +- docs/v4/processes.html | 23 +- docs/v4/security.html | 21 +- docs/v4/statsfunctions.html | 15 +- docs/v4/system.html | 23 +- docs/v4/trademarks.html | 3 +- docs/v4/vbox.html | 3 +- docs/v4/wifi.html | 11 +- docs/vbox.html | 3 +- docs/wifi.html | 12 +- lib/network.js | 14 +- 52 files changed, 1547 insertions(+), 1511 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19ed58..32d957c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.27.12 | 2025-12-09 | `networkConnections()` fix pid issue (macOS) | | 5.27.11 | 2025-10-05 | `system()` added latest mac studio versions (macOS) | | 5.27.10 | 2025-09-16 | `powerShell()` adapted params (windows) | | 5.27.9 | 2025-09-13 | `typings` fsOpenFiles typings fixed | diff --git a/docs/audio.html b/docs/audio.html index 148ccf3..69d5eb3 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -192,8 +192,8 @@
Example
const si = require('systeminformation');
-si.audio().then(data => console.log(data));
-
+si.audio().then(data => console.log(data));
+
 [
   {
     id: 0,
@@ -222,6 +222,7 @@ si.audio().then(data => console.log(data));
status: 'online' } ] + @@ -230,8 +231,7 @@ si.audio().then(data => console.log(data)); - - +