Socket
Socket
Sign inDemoInstall

fingerprintjs2sync

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fingerprintjs2sync

Synchronous version of fingerprintjs2


Version published
Weekly downloads
1.6K
increased by77%
Maintainers
1
Install size
98.5 kB
Created
Weekly downloads
 

Readme

Source

Fingerprintjs2Sync

Synchronous Version of Fingerprintjs

This is a fork of Fingerprintjs. I had to create this fork back then in 2017 as I needed a synchronously working version of Fingerprintjs, so here it is. Note that I had to remove Flash/Swf Font support but who still uses Flash in 2020, eh? Also, the original maintainer suggest to better not rely on synchronous methods if you can, so use at own risk.

Installation

yarn add fingerprintjs2sync

Usage

import Fingerprint2 from 'fingerprintjs2sync';

const fprint = (new Fingerprint2()).getSync().fprint;

See https://github.com/Valve/fingerprintjs for more info

License (MIT)

This software was forked in 2017 by Timo Ernst based on the original Fingerprintjs

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FINGERPRINTJS INC OR TIMO ERNST BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Keywords

FAQs

Last updated on 20 Sep 2020

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