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

ovpjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovpjs

OverpoweredJS is a browser fingerprinting API designed to identify and track browser instances. It helps website operators distinguish unique users, detect potential bots and enhance website security.

latest
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Overview

OverpoweredJS is a browser fingerprinting API designed to identify and track browser instances. It helps website operators distinguish unique users, detect potential bots and enhance website security.

Basic Usage

This function retrieves the response object, which you can then send to your server or use directly in your client-side code.

const response = await ovpjs({ API_KEY: 'my-api-key' });

Note: Running ovpjs() on page load can degrade bot detection results. For effective bot detection, it is advised to load the script on page load and execute ovpjs() only after the user has completed an action, such as clicking a button.

Obtain an API Key

An API key is required to use the service. Login to your account or create an account if you don't already have one, then navigate to the dashboard.

You can create an API key under Config in your project.

Supported Browsers

OverpoweredJS supports all modern browsers, including Chromium-based browsers (Google Chrome, Microsoft Edge, Opera), as well as Firefox, Brave, and Safari.

Keywords

fingerprinting

FAQs

Package last updated on 04 Feb 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