0.0.4 • Published 10 months ago

runique v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

runique

A comprehensive browser fingerprinting library for TypeScript and JavaScript projects, designed to enhance security and fraud detection in web applications.

Usage

To use the runique function in your project, follow these steps:

  1. Import the function
import { runiqueWeb } from 'runique';
  1. Call the function to generate a fingerprint
async function generateFingerprint() {
    try {
        const fingerprint = await runiqueWeb();
        console.log('Generated fingerprint:', fingerprint);
    } catch (error) {
        console.error('Error generating fingerprint:', error);
    }
}
generateFingerprint();

The runiqueWeb function returns a Promise that resolves to a string containing the unique browser fingerprint.

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago