ets-fingerprintjs
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

Current NPM version Monthly downloads from NPM Monthly downloads from jsDelivr

This is a JavaScript-only way to fingerprint a user with better than 90% accuracy in as few bytes as possible and no cookie storage, utilizing the ETS FingerprintJS library. The library generates a unique identifier for a user's browser by considering various browser and system properties, including user agent, language, screen resolution, plugins, etc., and employs the MurmurHash3 algorithm for generating the identifier.

Quick start

<script>
  // Initialize the agent at application startup.
  import { uid } from 'ets-fingerprintjs'
  console.log(uid)
</script>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.8.0
    12
    • latest

Version History

Package Sidebar

Install

npm i ets-fingerprintjs

Weekly Downloads

18

Version

1.8.0

License

ISC

Unpacked Size

57.5 kB

Total Files

4

Last publish

Collaborators

  • easternts