Comparing version 2.0.21 to 2.0.22
{ | ||
"name": "eight", | ||
"version": "2.0.21", | ||
"version": "2.0.22", | ||
"description": "A browser fingerprinting library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -39,19 +39,16 @@ Fast browser and server library for fingerprinting with no dependencies. Uses SHA512. | ||
## Fallback if not enough data | ||
## API | ||
Some users doesn't share enough data due to privacy mode, privacy | ||
browser extension or a new laptop. Eight provides a null fallback instead | ||
of week fingerprint when probability is not at least 1:10000. | ||
Fallback into null, if user doesn't posses enough data due to | ||
incognito mode or privacy extensions: | ||
``` | ||
// user in incognito mode with privacy extension | ||
fingerprint() | ||
// 2416262B2F51A4402318060A206620BED2E9D0C2 // user a | ||
// 2416262B2F51A4402318060A206620BED2E9D0C2 // user b | ||
fingerprint({ fallback: true }) | ||
// null | ||
``` | ||
Check if Flash activated and if so try to fingerprint version, | ||
differences and detect graphic card rendering: | ||
``` | ||
fingerprint({ flash: true }) | ||
``` | ||
## Pass any param that needs to considered | ||
@@ -58,0 +55,0 @@ |
80990
75