@pograjak/user-fingerprints

1.0.2 • Public • Published

This package let you filter user fingerprints of request headers.

Install it using:

npm i @pograjak/user-fingeprints

There is only one function fingerprints :

const fp = require("@pograjak/user-fingerprints");

fp.fingerprints().then((list) => console.log(list));

Arguments are optional. Browser name and version. When empny function return all fingerprints that found.

Currently supported filtring is for: Firefox, Chrome, Chromium, Safari, Internet Explorer, Edge

/@pograjak/user-fingerprints/

    Package Sidebar

    Install

    npm i @pograjak/user-fingerprints

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    5.03 kB

    Total Files

    5

    Last publish

    Collaborators

    • pograjak