UNPKG

browser-uid

Version:

To get the individual browser ID (which typically means identifying a unique session or user/browser), we would generally need a way to distinguish between users across different sessions. In a browser environment, this can be achieved with cookies or ses

27 lines (26 loc) 947 B
{ "name": "browser-uid", "version": "1.0.8", "description": "To get the individual browser ID (which typically means identifying a unique session or user/browser), we would generally need a way to distinguish between users across different sessions. In a browser environment, this can be achieved with cookies or session storage, but these methods do not give you a \"browser ID\" per se; rather, they give you a unique identifier per session or user.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Github2786/browser-uid.git" }, "keywords": [ "browser", "uid", "individual", "browser", "id" ], "author": "Ashik Sam A", "license": "MIT", "bugs": { "url": "https://github.com/Github2786/browser-uid/issues" }, "homepage": "https://github.com/Github2786/browser-uid#readme" }