systeminformation
Advanced tools
Comparing version 5.21.9 to 5.21.10
@@ -16,3 +16,2 @@ 'use strict'; | ||
// const exec = require('child_process').exec; | ||
const util = require('./util'); | ||
@@ -19,0 +18,0 @@ |
@@ -369,4 +369,8 @@ 'use strict'; | ||
} | ||
if (wifiItem.SSID) { | ||
ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8'); | ||
if (wifiItem.SSID && ssid === '') { | ||
try { | ||
ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8'); | ||
} catch (err) { | ||
util.noop(); | ||
} | ||
} | ||
@@ -373,0 +377,0 @@ result.push({ |
{ | ||
"name": "systeminformation", | ||
"version": "5.21.9", | ||
"version": "5.21.10", | ||
"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
740237
15682