systeminformation
Advanced tools
Comparing version 5.18.10 to 5.18.11
@@ -37,2 +37,3 @@ 'use strict'; | ||
if (str.indexOf('mouse') >= 0) { result = 'Mouse'; } | ||
if (str.indexOf('trackpad') >= 0) { result = 'Trackpad'; } | ||
if (str.indexOf('speaker') >= 0) { result = 'Speaker'; } | ||
@@ -59,2 +60,3 @@ if (str.indexOf('headset') >= 0) { result = 'Headset'; } | ||
if (str.indexOf('magic mouse') >= 0) { result = 'Apple'; } | ||
if (str.indexOf('magic track') >= 0) { result = 'Apple'; } | ||
if (str.indexOf('macbook') >= 0) { result = 'Apple'; } | ||
@@ -61,0 +63,0 @@ // to be continued ... |
@@ -274,3 +274,3 @@ 'use strict'; | ||
const distro = util.getValue(lines, 'kern.ostype'); | ||
const logofile = util.getValue(lines, 'kern.ostype'); | ||
const logofile = util.getLogoFile(distro); | ||
const release = util.getValue(lines, 'kern.osrelease').split('-')[0]; | ||
@@ -277,0 +277,0 @@ const serial = util.getValue(lines, 'kern.uuid'); |
{ | ||
"name": "systeminformation", | ||
"version": "5.18.10", | ||
"version": "5.18.11", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
728327
15445