systeminformation
Advanced tools
Comparing version 5.21.10 to 5.21.11
@@ -275,3 +275,3 @@ 'use strict'; | ||
const distro = util.getValue(lines, 'kern.ostype'); | ||
const logofile = util.getLogoFile(distro); | ||
const logofile = getLogoFile(distro); | ||
const release = util.getValue(lines, 'kern.osrelease').split('-')[0]; | ||
@@ -278,0 +278,0 @@ const serial = util.getValue(lines, 'kern.uuid'); |
{ | ||
"name": "systeminformation", | ||
"version": "5.21.10", | ||
"version": "5.21.11", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
740232