systeminformation 5.22.8 → 5.22.10

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/lib/memory.js CHANGED
@@ -52,7 +52,7 @@ const LINUX_RAM_manufacturers = {
52
52
  '04CD': 'G-Skill',
53
53
  '059B': 'Crucial',
54
54
  '00CE': 'Samsung',
55
- '1315': 'Crutial',
55
+ '1315': 'Crucial',
56
56
  '014F': 'Transcend Information',
57
57
  '2C00': 'Micron Technology Inc.',
58
58
  '802C': 'Micron Technology Inc.',
package/lib/util.js CHANGED
@@ -416,7 +416,7 @@ function powerShellStart() {
416
416
  powerShellProceedResults(_psResult + _psError);
417
417
  });
418
418
  _psChild.on('close', function () {
419
- _psChild.kill();
419
+ if (_psChild) { _psChild.kill(); }
420
420
  });
421
421
  }
422
422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.22.8",
3
+ "version": "5.22.10",
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)",