systeminformation
Advanced tools
Comparing version 5.23.0 to 5.23.1
@@ -38,3 +38,3 @@ 'use strict'; | ||
else if (str.indexOf('stora') >= 0) { result = 'Storage'; } | ||
else if (str.indexOf('mic') >= 0) { result = 'Microphone'; } | ||
else if (str.indexOf('microp') >= 0) { result = 'Microphone'; } | ||
else if (str.indexOf('headset') >= 0) { result = 'Audio'; } | ||
@@ -113,3 +113,3 @@ else if (str.indexOf('audio') >= 0) { result = 'Audio'; } | ||
else if (name.indexOf('mouse') >= 0) { result = 'Mouse'; } | ||
else if (name.indexOf('mic') >= 0) { result = 'Microphone'; } | ||
else if (name.indexOf('microp') >= 0) { result = 'Microphone'; } | ||
else if (name.indexOf('removable') >= 0) { result = 'Storage'; } | ||
@@ -187,2 +187,3 @@ return result; | ||
else if (creationclass.indexOf('pointing') >= 0) { result = 'Mouse'; } | ||
else if (creationclass.indexOf('microp') >= 0) { result = 'Microphone'; } | ||
else if (creationclass.indexOf('disk') >= 0) { result = 'Storage'; } | ||
@@ -189,0 +190,0 @@ return result; |
{ | ||
"name": "systeminformation", | ||
"version": "5.23.0", | ||
"version": "5.23.1", | ||
"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
746086
15825