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

hwid

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hwid

[![Node.js CI](https://github.com/luludotdev/hwid/actions/workflows/ci.yml/badge.svg)](https://github.com/luludotdev/hwid/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/hwid.svg?maxAge=3600)](https://www.npmjs.com/package/hwid) [![

latest
Source
npmnpm
Version
0.6.1
Version published
Weekly downloads
104
38.67%
Maintainers
1
Weekly downloads
 
Created
Source

hwid

Node.js CI NPM version NPM downloads

Get the current system's unique hardware ID

Install

pnpm i hwid

Usage

import { hwid } from "hwid";

// detects platform automatically
const id: string = await hwid();

Platform-specific

Supported platforms: windows, macos, and linux

// will only work on macos
import { hwid } from "hwid/macos";

const id: string = await hwid();

CLI

pnpm dlx hwid@latest

FAQs

Package last updated on 18 Dec 2025

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