New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
694
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.17.13 to 5.17.14

2

lib/osinfo.js

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

result.distro = util.getValue(lines, 'ProductName');
result.release = util.getValue(lines, 'ProductVersion');
result.release = (util.getValue(lines, 'ProductVersion', ':', true, true) + ' ' + util.getValue(lines, 'ProductVersionExtra', ':', true, true)).trim();
result.build = util.getValue(lines, 'BuildVersion');

@@ -295,0 +295,0 @@ result.logofile = getLogoFile(result.distro);

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

let result = '';
lines.forEach((line) => {
lines.some((line) => {
let lineLower = line.toLowerCase().replace(/\t/g, '');

@@ -133,2 +133,3 @@ if (trimmed) {

result = parts.join(separator).trim();
return true;
}

@@ -135,0 +136,0 @@ }

{
"name": "systeminformation",
"version": "5.17.13",
"version": "5.17.14",
"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