1.0.7 • Published 7 years ago

cbfjs v1.0.7

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago