New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

devicedna

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devicedna

building your own device fingerprinting library

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

DeviceDNA

DeviceDNA is a lightweight JavaScript library to generate a unique fingerprint for each user's device based on browser and system properties.

🚀 Features

  • Unique device fingerprint generation
  • Platform information detection
  • LocalStorage availability check
  • Screen resolution capture
  • Timezone identification
  • Promise-based easy-to-use API

📦 Installation

npm install devicedna



import { getDeviceFingerprint } from 'devicedna';

const getFingerprint = async () => {
  const fingerprint = await getDeviceFingerprint();
  console.log(fingerprint);
};

getFingerprint();

Keywords

device

FAQs

Package last updated on 05 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts