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 3.4.4 to 3.5.0

8

package.json
{
"name": "systeminformation",
"version": "3.4.4",
"version": "3.5.0",
"description": "Simple system and OS information library",

@@ -33,3 +33,7 @@ "license": "MIT",

"battery",
"docker"
"docker",
"graphics",
"graphic card",
"graphic controller",
"display"
],

@@ -36,0 +40,0 @@ "repository": {

@@ -45,2 +45,3 @@ # systeminformation

- Version 3.5.0: added graphics info (controller and display).
- Version 3.4.0: rewritten currentLoad and CPU load for processes (linux). This is now much more accurate.

@@ -72,2 +73,3 @@ - Version 3.3.0: added process list. Get full process list including details like cpu and mem usage, status, command, ...

- `graphics`: returns arrays of graphics controllers and displays (new in version 3.5)
- `networkInterfaceDefault`: returns default network interface (new in version 3.4)

@@ -220,2 +222,17 @@ - `processes`: now returns also a process list with all process details (new in version 3.3)

| - percent | X | X | charging level in percent |
| si.graphics(cb) | X | X | arrays of graphics controllers and displays |
| - controllers[0].model | X | X | graphics controller model |
| - controllers[0].vendor | X | X | e.g. ATI |
| - controllers[0].bus | X | X | on which bus (e.g. PCIe) |
| - controllers[0].vram | X | X | VRAM size (in MB) |
| - controllers[0].vramDynamic | X | X | true if dynamicly allocated ram |
| - displays[0].model | X | X | Monitor/Display Model |
| - displays[0].main | X | X | true if main monitor |
| - displays[0].builtin | X | X | true if built in monitor |
| - displays[0].connection | X | X | e.g. DisplayPort or HDMI |
| - displays[0].resolutionx | X | X | pixel horizontal |
| - displays[0].resolutiony | X | X | pixel vertical |
| - displays[0].depth | X | X | color depth in bits |
| - displays[0].sizex | X | X | size in mm horizontal |
| - displays[0].sizey | X | X | size in mm vertical |
| si.fsSize(cb) | X | X | returns array of mounted file systems |

@@ -383,2 +400,3 @@ | - [0].fs | X | X | name of file system |

| -------------- | -------------- | -------- |
| 3.5.0 | 2016-09-14 | added graphics info (controller, display) |
| 3.4.4 | 2016-09-02 | tiny fixes system.model, getDefaultNetworkInterface |

@@ -385,0 +403,0 @@ | 3.4.3 | 2016-09-02 | tiny bug fix fsStats, disksIO OSX |

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