Socket
Socket
Sign inDemoInstall

systeminformation

Package Overview
Dependencies
0
Maintainers
1
Versions
645
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.22.4 to 5.22.5

2

lib/wifi.js

@@ -544,3 +544,3 @@ 'use strict';

function formatBssid(s) {
s = s.replace(/</g, '').replace(/>/g, '').match(/.{1,2}/g);
s = s.replace(/</g, '').replace(/>/g, '').match(/.{1,2}/g) || [];
return s.join(':');

@@ -547,0 +547,0 @@ }

{
"name": "systeminformation",
"version": "5.22.4",
"version": "5.22.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc