systeminformation 5.12.1 → 5.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1009,7 +1009,7 @@ OSX Temperature: credits here are going to:
1009
1009
  Linux is a registered trademark of Linus Torvalds. Apple, macOS, OS X are registered trademarks of Apple Inc.,
1010
1010
  Windows is a registered trademark of Microsoft Corporation. Node.js is a trademark of Joyent Inc.,
1011
1011
  Intel is a trademark of Intel Corporation, AMD is a trademark of Advanced Micro Devices Inc.,
1012
- Raspberry Pi is a trademark of the Raspberry Pi Foundation, Debian is a trademark of the Debian Project,
1012
+ Raspberry Pi is a trademark of the Raspberry Pi Foundation, Debian is a trademark owned by Software in the Public Interest, Inc.,
1013
1013
  Ubuntu is a trademark of Canonical Ltd., FreeBSD is a registered trademark of The FreeBSD Foundation,
1014
1014
  NetBSD is a registered trademark of The NetBSD Foundation, Docker is a trademark of Docker, Inc., Sun,
1015
1015
  Solaris, OpenSolaris and registered trademarks of Sun Microsystems, VMware is a trademark of VMware Inc,
package/lib/processes.js CHANGED
@@ -160,7 +160,7 @@ function services(srv, callback) {
160
160
  for (const s of tmpsrv) {
161
161
  const name = s.split('.service')[0];
162
162
  if (name) {
163
- srvs.push(name);
163
+ srvs.push(name.trim());
164
164
  }
165
165
  }
166
166
  srvString = srvs.join('|');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.12.1",
3
+ "version": "5.12.2",
4
4
  "description": "Advanced, lightweight system and OS information library",
5
5
  "license": "MIT",
6
6
  "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",