@fingerprintjs/fingerprintjs-pro-server-api
Advanced tools
Comparing version 1.3.0 to 1.4.0
/** | ||
* 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"; |
/** | ||
* 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
71623
1698