device-uuid icon indicating copy to clipboard operation
device-uuid copied to clipboard

Fast browser device uuid generation library. Written in pure JavaScript, no dependencies.

Results 8 device-uuid issues
Sort by recently updated
recently updated
newest added

can someone help with this error? I am facing this error while running a desktop app build with js, svelte and go. ![image](https://user-images.githubusercontent.com/45385527/132384740-b88b1d18-41ff-41ed-9f33-bda0d84357e8.png)

Let's say, I've run the script run in a mobile browser thus generating a DeviceID. Is there an API of Android to generate the **same DeviceID** from within a mobile...

I have used this package in my web application to generate device specific uuid. But after checking multiple records, UUID's seem to be duplicating even when users are using different...

Can I use this library in node.js?

hi when run project in ssr with command : npm run dev:ssr get same error: ``` return new DeviceUUID(navigator.userAgent); ^ ReferenceError: navigator is not defined ``` im using a mock...

Hi there. This is a great tool you have made. 1. Has it been used in production and what is your experience with it? 2. What works well and what...

Hi, biggora I am trying to use device-uuid with Vite react project. When developing stage, it works well, but it is not working with production build. I alwasys get this...