|
|
6 years ago | |
|---|---|---|
| .. | ||
| dist | 6 years ago | |
| .npmignore | 6 years ago | |
| README.md | 6 years ago | |
| index.js | 6 years ago | |
| package.json | 6 years ago | |
| test.js | 6 years ago | |
Generate a fingerprint for a browser
Original concept taken from cuid.
Fingerprint is based on a hash of mimeTypes count + userAgent string length + global properties count.
npm install browser-fingerprint
var fingerprint = require('browser-fingerprint')()
MIT © Kevin Lanni