New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

device-full-info

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

device-full-info

Get full device hardware and system information

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@你的npm用户名/device-full-info

A comprehensive npm package to get full hardware and system information of the current device, supporting Windows/macOS/Linux.

Installation

# Global installation (CLI usage)
npm install -g @你的npm用户名/device-full-info

# Local installation (programmatic usage)
npm install @你的npm用户名/device-full-info

# Get all device information (pretty format)
device-info all

# Get all device information (JSON format)
device-info all -f json

# Get specific category info
device-info get os          # OS information
device-info get cpu         # CPU information
device-info get memory      # Memory information
device-info get disk        # Disk information
device-info get network     # Network information
device-info get hardware    # Hardware information

# Show help
device-info --help

Keywords

device

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts