get-browser-fingerprint
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "get-browser-fingerprint", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Damiano Barbati <damiano.barbati@gmail.com> (http://github.com/damianobarbati)", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/damianobarbati/get-browser-fingerprint", |
@@ -17,1 +17,6 @@ # get-browser-fingerprint | ||
- `debug`: log data used to generate fingerprint to console (default `false`) | ||
## Disclaimer | ||
Be careful: | ||
- strongest discriminating factor is canvas token which can't be computed on old devices (eg: iPhone 6) |
@@ -1,2 +0,2 @@ | ||
export default ({ enableWebgl = false, debug = false }) => { | ||
export default ({ enableWebgl = false, debug = false } = {}) => { | ||
let { devicePixelRatio } = window; | ||
@@ -3,0 +3,0 @@ // weird behaviour when getting value from localhost vs ip!!! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10945
22
0