Socket
Socket
Sign inDemoInstall

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.18.13 to 5.18.14

2

lib/filesystem.js

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

}).forEach((line) => {
osMounts[line.split(' ')[0]] = osMounts[line.split(' ')[0]] ?? false;
osMounts[line.split(' ')[0]] = osMounts[line.split(' ')[0]] || false;
if (line.toLowerCase().indexOf('/snap/') === -1) {

@@ -148,0 +148,0 @@ osMounts[line.split(' ')[0]] = ((line.toLowerCase().indexOf('rw,') >= 0 || line.toLowerCase().indexOf(' rw ') >= 0));

{
"name": "systeminformation",
"version": "5.18.13",
"version": "5.18.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