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

get-browser-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-browser-fingerprint

Zero dependencies package exporting a single function which computes a browser fingerprint.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.6K
increased by132.09%
Maintainers
1
Weekly downloads
 
Created
Source

get-browser-fingerprint

Zero dependencies package exporting a single function which computes a browser fingerprint.

Usage

Get browser fingerprint:

import getBrowserFingerprint from 'get-browser-fingerprint';
const fingerprint = getBrowserFingerprint();
console.log(fingerprint);

Options available:

  • enableWebgl: enable webgl renderer, 5x times slower but deadly powerful (default false)
  • 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)

FAQs

Package last updated on 09 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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