Releases: andsmedeiros/hw-fingerprint
Releases · andsmedeiros/hw-fingerprint
v3.1.1
- v3.1.0 was published with extraneous files, this release corrects it
- Updates systeminformation to version 5.21.8
- Adds a FINGERPRINTING_PARAMETERS constant export that holds Object.keys(FINGERPRINTING_INFO)
- Adds better type definitions with JSDoc
- Updates README.md
Full Changelog: v3.0.1...v3.1.1
v3.0.1
- Switches from CommonJS to ESM
- Uses top-level
await
to provide sync functions - Makes
getFingerprint()
function accept an optional object with two properties:only
andexcept
. Each is an array of properties to filter which system parameters to use in fingerprint calculation. - Corrects
FINGERPRINTING_INFO
property for system endianness being incorrectly spelledendianess
- Provided JSDoc annotations
- Updates README.md
v2.1.0
Bumping version to 2.1.0