Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.10 to 5.18.11

2

lib/bluetooth.js

@@ -37,2 +37,3 @@ 'use strict';

if (str.indexOf('mouse') >= 0) { result = 'Mouse'; }
if (str.indexOf('trackpad') >= 0) { result = 'Trackpad'; }
if (str.indexOf('speaker') >= 0) { result = 'Speaker'; }

@@ -59,2 +60,3 @@ if (str.indexOf('headset') >= 0) { result = 'Headset'; }

if (str.indexOf('magic mouse') >= 0) { result = 'Apple'; }
if (str.indexOf('magic track') >= 0) { result = 'Apple'; }
if (str.indexOf('macbook') >= 0) { result = 'Apple'; }

@@ -61,0 +63,0 @@ // to be continued ...

2

lib/osinfo.js

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

const distro = util.getValue(lines, 'kern.ostype');
const logofile = util.getValue(lines, 'kern.ostype');
const logofile = util.getLogoFile(distro);
const release = util.getValue(lines, 'kern.osrelease').split('-')[0];

@@ -277,0 +277,0 @@ const serial = util.getValue(lines, 'kern.uuid');

{
"name": "systeminformation",
"version": "5.18.10",
"version": "5.18.11",
"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