systeminformation
Advanced tools
Comparing version 5.21.1 to 5.21.2
@@ -1070,3 +1070,3 @@ 'use strict'; | ||
result.cores.push(Math.round(parseInt(value, 10) / 100) / 10); | ||
} else if (value && label && result.main === null && (label.toLowerCase().indexOf('package') >= 0 || label.toLowerCase().indexOf('physical') >= 0)) { | ||
} else if (value && label && result.main === null && (label.toLowerCase().indexOf('package') >= 0 || label.toLowerCase().indexOf('physical') >= 0 || label.toLowerCase() === 'tctl')) { | ||
result.main = Math.round(parseInt(value, 10) / 100) / 10; | ||
@@ -1073,0 +1073,0 @@ } |
{ | ||
"name": "systeminformation", | ||
"version": "5.21.1", | ||
"version": "5.21.2", | ||
"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
738052