{"library":"node-fingerprint","type":"library","category":null,"description":"The `node-fingerprint` package provides a straightforward utility for generating a unique identifier for a Node.js process instance. It computes this fingerprint by hashing a combination of the process ID (`pid`) and the hostname of the machine it's running on. This design is explicitly inspired by concepts found in `cuid` for generating short, unique IDs. The current stable version is 1.1.0, which was last published over a decade ago in August 2015, indicating that the project is no longer actively maintained. Its primary use case is for simple, local process identification within a single machine's context, rather than for global or persistent unique identifiers, or browser-based fingerprinting offered by other, more complex solutions like FingerprintJS. It distinguishes itself by its extreme simplicity and minimal dependencies, focusing solely on the OS-level process and host information.","language":"javascript","status":"abandoned","version":"1.1.0","tags":["javascript","fingerprint","node"],"install":[{"cmd":"npm install node-fingerprint","imports":["const generateFingerprint = require('node-fingerprint');\nconst fingerprint = generateFingerprint();","const generate = require('node-fingerprint');\nconst myProcessFingerprint = generate();"]},{"cmd":"yarn add node-fingerprint","imports":[]},{"cmd":"pnpm add node-fingerprint","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-fingerprint","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-fingerprint/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}