From 344402ebeb3061d909726b6e242379e0b435a207 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 28 Jul 2023 07:28:49 +0200 Subject: [PATCH] cpu() fixed cache sizes, extended sockets (windows) --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 4 ++-- lib/cpu.js | 9 +++++++++ 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6835eb5..d5e7f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.18.10 | 2023-07-28 | `cpu()` fixed cache sizes, extended sockets (windows) | | 5.18.9 | 2023-07-26 | `fsSize()` fixed missing rw property (windows) | | 5.18.8 | 2023-07-25 | `cpu()` added AMD ZEN 4 base frequencies | | 5.18.7 | 2023-07-12 | `osInfo()` added macOS Sonoma code name (mac OS) | diff --git a/docs/history.html b/docs/history.html index 22fcf08..c3e0abe 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.18.10 + 2023-07-28 + cpu() fixed chach sizes, extended sockets (windows) + 5.18.9 2023-07-26 diff --git a/docs/index.html b/docs/index.html index c3a48aa..6afe1df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.18.9
+
New Version: 5.18.10
@@ -212,7 +212,7 @@
Downloads last month
-
633
+
634
Dependents
diff --git a/lib/cpu.js b/lib/cpu.js index 40836ef..af4aa22 100644 --- a/lib/cpu.js +++ b/lib/cpu.js @@ -542,6 +542,15 @@ const socketTypes = { 61: 'LGA4189', 62: 'LGA1200', 63: 'LGA4677', + 64: 'LGA1700', + 65: 'BGA1744', + 66: 'BGA1781', + 67: 'BGA1211', + 68: 'BGA2422', + 69: 'LGA1211', + 70: 'LGA2422', + 71: 'LGA5773', + 72: 'BGA5773', }; const socketTypesByName = {