Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
653
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 5.21.9 to 5.21.10

1

lib/internet.js

@@ -16,3 +16,2 @@ 'use strict';

// const exec = require('child_process').exec;
const util = require('./util');

@@ -19,0 +18,0 @@

8

lib/wifi.js

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc