New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fingerprintjs/fingerprintjs-pro-server-api

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fingerprintjs/fingerprintjs-pro-server-api - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

9

dist/index.d.ts
/**
* FingerprintJS Server API Node.js SDK v1.2.1 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com)
* FingerprintJS Server API Node.js SDK v1.3.0 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.

@@ -429,2 +429,8 @@ */

/**
* Format: uri-reference
* @description Page URL from which identification request was sent.
* @example https://b.fpjs.sh/
*/
url: string;
/**
* @example {

@@ -652,2 +658,3 @@ * "result": "notDetected"

time: string;
url: string;
bot: {

@@ -654,0 +661,0 @@ result: "notDetected" | "good" | "bad";

4

dist/index.js
/**
* FingerprintJS Server API Node.js SDK v1.2.1 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com)
* FingerprintJS Server API Node.js SDK v1.3.0 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.

@@ -28,3 +28,3 @@ */

var version = "1.2.1";
var version = "1.3.0";

@@ -31,0 +31,0 @@ const euRegionUrl = 'https://eu.api.fpjs.io/';

{
"name": "@fingerprintjs/fingerprintjs-pro-server-api",
"version": "1.3.0",
"version": "1.4.0",
"description": "Node.js wrapper for FingerprintJS Sever API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -416,2 +416,8 @@ /**

/**
* Format: uri-reference
* @description Page URL from which identification request was sent.
* @example https://b.fpjs.sh/
*/
url: string;
/**
* @example {

@@ -418,0 +424,0 @@ * "result": "notDetected"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc