UNPKG

@ahmedelsharkawycs/browser-fingerprinting

Version:

A powerful, privacy-focused browser fingerprinting library that generates unique identifiers based on browser and device characteristics. Perfect for fraud prevention, analytics, and user identification without cookies.

45 lines (44 loc) 1.28 kB
{ "name": "@ahmedelsharkawycs/browser-fingerprinting", "version": "1.0.5", "description": "A powerful, privacy-focused browser fingerprinting library that generates unique identifiers based on browser and device characteristics. Perfect for fraud prevention, analytics, and user identification without cookies.", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "npm:publish": "npm run build && npm publish --access public" }, "keywords": [ "browser-fingerprinting", "fingerprint", "user-identification", "fraud-prevention", "analytics", "tracking", "canvas-fingerprinting", "webgl", "device-detection", "privacy", "security", "typescript" ], "author": "Ahmed Sharkawy <ahmed.sharkawy.sde@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AhmedElsharkawyCS/browser-fingerprinting.git" }, "homepage": "https://github.com/AhmedElsharkawyCS/browser-fingerprinting#readme", "bugs": { "url": "https://github.com/AhmedElsharkawyCS/browser-fingerprinting/issues" }, "devDependencies": { "typescript": "^5.0.0" } }