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.18.0 to 5.18.1

2

lib/filesystem.js

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

if (_linux) {
cmd = 'export LC_ALL=C; df -lkPTx squashfs; unset LC_ALL';
cmd = 'df -lkPTx squashfs';
execSync('cat /proc/mounts 2>/dev/null').toString().split('\n').filter(line => {

@@ -143,0 +143,0 @@ return line.startsWith('/');

{
"name": "systeminformation",
"version": "5.18.0",
"version": "5.18.1",
"description": "Advanced, lightweight system and OS information library",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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