1.0.6 • Published 10 months ago

eyez v1.0.6

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

eyez

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

Usage

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

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

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

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago