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.21.0 to 5.21.1

8

lib/graphics.js

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

vendor: '',
subvendor: '',
subVendor: '',
model: '',

@@ -297,5 +297,5 @@ bus: '',

if (currentController.model && subsystem.indexOf(currentController.model) !== -1) {
const subvendor = subsystem.split(currentController.model)[0].trim();
if (subvendor) {
currentController.subvendor = subvendor;
const subVendor = subsystem.split(currentController.model)[0].trim();
if (subVendor) {
currentController.subVendor = subVendor;
}

@@ -302,0 +302,0 @@ }

@@ -309,3 +309,3 @@ // Type definitions for systeminformation

vendor: string;
subvendor?: string;
subVendor?: string;
vendorId?: string;

@@ -312,0 +312,0 @@ model: string;

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