Socket
Socket
Sign inDemoInstall

fpcollect

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpcollect

Fingerprinting script of the Fingerprint-Scanner library


Version published
Maintainers
1
Weekly downloads
111
decreased by-9.02%

Weekly downloads

Readme

Source

Fp-Collect

Build Status

Fingerprinting module of Fingerprint-Scanner, a library to detect bots/crawlers based on their fingerprint.

Getting Started

Installation

npm install

and

npm run-script build

It generates a minified version called fpCollect.min.js in the dist/ directory.

Usage

const fingerprint = await fpCollect.generateFingerprint();

//or

fpCollect.generateFingerprint().then((fingerprint) => {
    // Do something with the fingerprint
});

Running the tests

Fp-collect use Puppeteer and Chrome headless to run its tests. They can be launched using npm test.

Attributes collected

Fp-collect collects only attributes required to detect bots, not attributes classically used for fingerprinting tracking, such as canvas. Details on the attributes and their meaning can be found in Fingerprint-Scanner.

License

This project is licensed under the MIT License - see the LICENSE file for details

FAQs

Last updated on 07 Jul 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