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 3.1.0 to 3.2.0

2

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

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

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

- Version 3.2.0: added battery support. If a battery is installed, you get information about status and current capacity level
- Version 3.1.0: added [Docker][docker-url] support. Now you can scan your docker containers and get their stats

@@ -65,2 +66,3 @@ - Version 3.0.0: added DisksIO - overall diskIO and IOPS values for all mounted volumes

- `battery`: retrieves battery status and charging level (new in version 3.2)
- `dockerContainers`: returns a list of all docker containers (new in version 3.1)

@@ -73,2 +75,3 @@ - `dockerContainerStats`: returns statistics for a specific docker container (new in version 3.1)

- bugfix `disksIO` - on OSX read and write got mixed up
- several bug fixes (like assess errors in `cpuCurrentspeed`, potentially incorrect results in `users`, ...)

@@ -204,2 +207,8 @@ - testet on even more platforms and linux distributions

| - swapfree | X | X | |
| si.battery(cb) | X | X | battery information |
| - hasbattery | X | X | indicates presence of battery |
| - ischarging | X | X | indicates if battery is charging |
| - maxcapacity | X | X | max capacity of battery |
| - currentcapacity | X | X | current capacity of battery |
| - percent | X | X | charging level in percent |
| si.fsSize(cb) | X | X | returns array of mounted file systems |

@@ -361,2 +370,4 @@ | - [0].fs | X | X | name of file system |

| -------------- | -------------- | -------- |
| 3.2.0 | 2016-08-20 | added battery information |
| 3.1.1 | 2016-08-18 | improved system and os detection (vm, ...), bugfix disksIO |
| 3.1.0 | 2016-08-18 | added Docker stats |

@@ -363,0 +374,0 @@ | 3.0.1 | 2016-08-17 | Bug-Fix disksIO, users, updated docs |

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