systeminformation
Advanced tools
Comparing version 5.22.4 to 5.22.5
@@ -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", |
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
745682