🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systeminformation - npm Package Compare versions

Comparing version

to
5.27.1

4

lib/wifi.js

@@ -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