1.0.8 • Published 8 months ago

browser-uid v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

browser-uid

browser-uid is a simple JavaScript package that generates a unique browser identifier (UID) for the current user, making it easier to track users across sessions or for browser-specific logic in web applications.

Installation

To install the browser-uid package, run the following command:

npm install browser-uid

// Import the browser-uid package
const { getBrowserID } = require('browser-uid');

// Get the unique browser ID
const browserId = getBrowserID();

// Output the browser ID
console.log(browserId);
1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago