systeminformation
Advanced tools
Comparing version 5.23.12 to 5.23.13
@@ -703,3 +703,3 @@ 'use strict'; | ||
const ssid = util.getValue(lines, 'SSID', ':', true); | ||
const bssid = util.getValue(lines, 'BSSID', ':', true); | ||
const bssid = util.getValue(lines, 'BSSID', ':', true) || util.getValue(lines, 'AP BSSID', ':', true);; | ||
const quality = util.getValue(lines, 'Signal', ':', true); | ||
@@ -706,0 +706,0 @@ const signalLevel = wifiDBFromQuality(quality); |
{ | ||
"name": "systeminformation", | ||
"version": "5.23.12", | ||
"version": "5.23.13", | ||
"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
749255