cbfjs

1.0.7 • Public • Published

CBFjs

npm Travis Codecov npm

Cross-browser fingerprinting library written in JavaScript.

Installation

To use CBFjs, simply include dist/cbfjs.udm.min.js.

CBFjs is also available for download via npm.

CDN

//cdn.jsdelivr.net/npm/cbfjs@latest/dist/cbfjs.umd.min.js

npm

npm install cbfjs

Usage

new CBFjs().get(function(hash, components) {
  console.log(hash) // a hash, representing your device fingerprint
  console.log(components) // an array of CBFjs components
})

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Lukáš Matta - Initial work

License

This project is using the Apache LICENSE Version 2.0 - see the LICENSE.md file for details.

/cbfjs/

    Package Sidebar

    Install

    npm i cbfjs

    Weekly Downloads

    2

    Version

    1.0.7

    License

    Apache-2.0

    Unpacked Size

    473 kB

    Total Files

    12

    Last publish

    Collaborators

    • lukasmatta