fingerprintjs

Browser fingerprinting library. Accuracy of this version is 40-60%, accuracy of the commercial Fingerprint Identification is 99.5%. V4 of this library is BSL licensed.

OTHER License

Downloads
1.5M
Stars
21.1K
Committers
98

Bot releases are visible (Hide)

fingerprintjs - v.1.4.1

Published by Valve over 8 years ago

Add option for user-defined fonts

fingerprintjs - v.1.4.0

Published by Valve over 8 years ago

Bug fixes + new FP source - pixel ratio. Will change the FPs if compared with v.1.3.0.
The FP should be more stable now thanks to @eisman (https://github.com/Valve/fingerprintjs2/pull/161)

fingerprintjs - v.1.3.0

Published by Valve over 8 years ago

Thanks to @arthuredelstein we have a better font detection code, which removed false positives.
Now font detection is more accurate which results in more accurate fingerprinting process

fingerprintjs - v.1.2.0

Published by Valve over 8 years ago

  1. AdBlock detection fixed
  2. Performance improvements - 2-4 times depending on the browser (thanks @lrlinde)
fingerprintjs - 1.1.1

Published by Valve over 8 years ago

Bugfix release

fingerprintjs - 1.1.0

Published by Valve almost 9 years ago

Available resolution is now separate from regular resolution and can be excluded separately.
It's still enabled by default, so no changes there.

fingerprintjs - 1.0.0

Published by Valve almost 9 years ago

Stable version 1.0.0

fingerprintjs - 1.0.0-rc3

Published by Valve almost 9 years ago

Now the get function callback returns a second arguments - a components array that contains all components that went into building the fingerprint. It can be used to save in the DB, for example.

fingerprintjs - 1.0.0-rc2

Published by Valve almost 9 years ago

detectScreenOrientation is true by default. This ensures consistent FPs for users, rotating their mobile devices

fingerprintjs - 1.0.0-rc1

Published by Valve almost 9 years ago

This release will try to detect a smaller subset of fonts by default, making the FPing process 5-10 times faster.
If you want old behavior - pass extendedFontList: true option. This will become v1.0 in a week or so.

fingerprintjs - 0.7.3

Published by Valve about 9 years ago

Add excludePlugins option

fingerprintjs - 0.7.2

Published by Valve about 9 years ago

Performance improvements

fingerprintjs - 0.7.1

Published by Valve about 9 years ago

  • Fix bug with older Firefox (< 25) crashing on WebGL detection
fingerprintjs - 0.7.0

Published by Valve about 9 years ago

  • The minified version now has '.min' suffix
  • It's possible to access version with Fingerprint2.VERSION
fingerprintjs - Bug fixes

Published by Valve about 9 years ago

  • Fix safari canvas bug (#62)