From eb4dbf00823f352eb8490a4377e4c11c5d055741 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Mon, 17 Dec 2018 21:12:03 +0100 Subject: [PATCH] code cleanup --- CHANGELOG.md | 1 + lib/cpu.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1481e..f6375ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ Other changes | Version | Date | Comment | | -------------- | -------------- | -------- | +| 3.52.2 | 2018-12-17 | code cleanup | | 3.52.1 | 2018-12-17 | `inetChecksite()` bugfix windows | | 3.52.0 | 2018-12-15 | `cpu()` added physical cores, processors, socket type | | 3.51.4 | 2018-12-05 | `versions()` bugfix, optimization postgres | diff --git a/lib/cpu.js b/lib/cpu.js index acc4711..38ac9ad 100644 --- a/lib/cpu.js +++ b/lib/cpu.js @@ -122,7 +122,7 @@ const AMDBaseFrequencies = { '7551P': '2.0', '7401P': '2.0', '7351P': '2.4' -} +}; const socketTypes = { 1: 'Other',