Socket
Socket
Sign inDemoInstall

fingerprint-client

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fingerprint-client

## Instal ```BASH yarn # or npm install ```


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
11.8 kB
Created
Weekly downloads
 

Readme

Source

fingerprint-client

Instal

yarn
# or
npm install

Allows to get finger information without depending on any other library. You can change options then test to get the most desired results

Usage

<script>
import getFingerprint from 'fingerprint-client';
const fingerprint = getFingerprint();
console.log(fingerprint);
</script>

Options

OptiondefaultValue
isCanvastrue
isColorDepthtrue
isCookieEnabledtrue
isDeviceMemorytrue
isDevicePixelRatiotrue
isDoNotTracktrue
isHardwareConcurrencytrue
isHeighttrue
isLanguagetrue
isLanguagestrue
isMaxTouchPointstrue
isPixelDepthtrue
isPlatformtrue
isTimezonetrue
isTimezoneOffsettrue
isTouchSupporttrue
isUserAgenttrue
isVendortrue
isWebgltrue
isWebglInfotrue
isWidthtrue
isInnerWidthtrue
isInnerHeighttrue
debugtrue

FAQs

Last updated on 07 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc