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

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
694
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.25.0 to 3.25.1

1

CHANGELOG.md

@@ -101,2 +101,3 @@ # Changelog

| -------------- | -------------- | -------- |
| 3.25.1 | 2017-08-07 | updated docs |
| 3.25.0 | 2017-08-07 | improved windows support `networkStats()`, `cpuCache()`, bug fix `getStaticData()` |

@@ -103,0 +104,0 @@ | 3.24.0 | 2017-08-05 | extended windows support `networkStats()`, `networkConnections()` |

2

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

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

@@ -132,4 +132,4 @@ # systeminformation

| | cache | X | X | X | cache in bytes (object) |
| | cache.l1d | X | X | | L1D (data) size |
| | cache.l1i | X | X | | L1I (instruction) size |
| | cache.l1d | X | X | X | L1D (data) size |
| | cache.l1i | X | X | X | L1I (instruction) size |
| | cache.l2 | X | X | X | L2 size |

@@ -139,4 +139,4 @@ | | cache.l3 | X | X | X | L3 size |

| si.cpuCache(cb) | {...} | X | X | X | CPU cache sizes |
| | l1d | X | X | | L1D size |
| | l1i | X | X | | L1I size |
| | l1d | X | X | X | L1D size |
| | l1i | X | X | X | L1I size |
| | l2 | X | X | X | L2 size |

@@ -143,0 +143,0 @@ | | l3 | X | X | X | L3 size |

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