systeminformation
Advanced tools
Comparing version
@@ -408,3 +408,3 @@ 'use strict'; | ||
let security = []; | ||
const sm = wifiItem.spairport_security_mode; | ||
const sm = wifiItem.spairport_security_mode || ''; | ||
if (sm === 'spairport_security_mode_wep') { | ||
@@ -670,3 +670,3 @@ security.push('WEP'); | ||
let security = []; | ||
const sm = airportWifiObj.spairport_security_mode; | ||
const sm = airportWifiObj.spairport_security_mode || ''; | ||
if (sm === 'spairport_security_mode_wep') { | ||
@@ -673,0 +673,0 @@ security.push('WEP'); |
{ | ||
"name": "systeminformation", | ||
"version": "5.27.0", | ||
"version": "5.27.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
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
820015
0.06%18457
0.1%