Socket
Socket
Sign inDemoInstall

hardware-info

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

0

index.js

@@ -0,0 +0,0 @@ import os from 'node:os';

8

package.json
{
"name": "hardware-info",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight way to get the hardware information.",

@@ -36,3 +36,7 @@ "main": "index.js",

"iot"
]
],
"repository": {
"type": "git",
"url": " git@github.com:Cardoso222/hardware-info.git"
}
}

@@ -10,3 +10,3 @@ # hardware-info

```javascript
import {getCpu, getRam, get} from 'hardware-info';
import {getCpu, getRam, getOsArch} from 'hardware-info';

@@ -13,0 +13,0 @@ console.log(getCpu());

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