Socket
Socket
Sign inDemoInstall

systeminformation

Package Overview
Dependencies
0
Maintainers
1
Versions
647
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.22.10 to 5.22.11

1

lib/osinfo.js

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

result.codename = (result.release.startsWith('14.') ? 'macOS Sonoma' : result.codename);
result.codename = (result.release.startsWith('15.') ? 'macOS Sequoia' : result.codename);
result.uefi = true;

@@ -325,0 +326,0 @@ result.codepage = util.getCodepage();

2

package.json
{
"name": "systeminformation",
"version": "5.22.10",
"version": "5.22.11",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc