1.8.0 • Published 12 months ago

ets-fingerprintjs v1.8.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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>
1.8.0

12 months ago

1.7.0

12 months ago

1.6.0

12 months ago

1.5.0

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago