Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maurosala/use-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maurosala/use-fingerprint - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

BUILD.md

2

package.json
{
"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
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc