@maurosala/use-fingerprint
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@maurosala/use-fingerprint", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Get canvas fingerprint and browser signature", | ||
@@ -5,0 +5,0 @@ "main": "use-fingerprint.js", |
@@ -10,1 +10,20 @@ # React useFingerprint hook | ||
``` | ||
## Usage | ||
```jsx | ||
import useFingerprint from '@maurosala/use-fingerprint' | ||
const fp = useFingerprint() | ||
console.log(fp) | ||
``` | ||
output: | ||
```json | ||
{ | ||
"browser": "TW96aWxsYS81LjAgKGlQaG9uZTsgQ1BVIGlQaG9uZSBPUyAxNl82IGxpa2UgTWFjIE9TIFgpIEFwcGxlV2ViS2l0LzYwNS4xLjE1IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi8xNi42IE1vYmlsZS8xNUUxNDggU2FmYXJpLzYwNC4xfGVuLUdCfDh8dHJ1ZXwzOTB8ODQ0fDI0fDM5MHw4NDR8W29iamVjdCBTY3JlZW5PcmllbnRhdGlvbl18MjQ=", | ||
"id": "B48D36C2", | ||
"ms": 20.4 | ||
} | ||
``` |
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
100406
12
29
2