hw-fingerprint

Hardware-based fingerprinting for Node and Electron

MIT License

Downloads
226
Stars
15
Committers
2

Bot releases are hidden (Show)

hw-fingerprint - v3.1.1 Latest Release

Published by andsmedeiros about 1 year ago

v3.1.1

  • v3.1.0 was published with extraneous files, this release corrects it

v3.1.0

  • 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: https://github.com/andsmedeiros/hw-fingerprint/compare/v3.0.1...v3.1.1

hw-fingerprint - v3.0.1

Published by andsmedeiros almost 3 years ago

  • Switches from CommonJS to ESM
  • Uses top-level await to provide sync functions
  • Makes getFingerprint() function accept an optional object with two properties: only and except. 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 spelled endianess
  • Provided JSDoc annotations
  • Updates README.md
hw-fingerprint -

Published by andsmedeiros almost 3 years ago