UNPKG

thumb-browser

Version:

A blazing-fast, dependency-free browser fingerprinting library to uniquely identify devices using entropy data. Designed for high performance, privacy-respecting analytics, bot detection, and session tracking in modern web apps.

50 lines 1.38 kB
{ "name": "thumb-browser", "version": "1.0.2", "description": "A blazing-fast, dependency-free browser fingerprinting library to uniquely identify devices using entropy data. Designed for high performance, privacy-respecting analytics, bot detection, and session tracking in modern web apps.", "main": "dist/thumb.umd.js", "module": "dist/thumb.es.js", "browser": "dist/thumb.umd.js", "unpkg": "dist/thumb.umd.js", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "browser fingerprint", "device fingerprint", "fingerprint js", "browser identifier", "unique browser id", "user identification", "device detection", "entropy based tracking", "session tracking", "anti-fraud", "bot detection", "browser fingerprinting", "javascript fingerprint", "client fingerprint", "privacy respecting tracking" ], "author": "Jafran Hasan <jafraaan@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/imjafran/thumbjs" }, "bugs": { "url": "https://github.com/imjafran/thumbjs/issues" }, "homepage": "https://github.com/imjafran/thumbjs", "files": [ "dist", "src" ], "devDependencies": { "vite": "^5.0.0" } }