@fingerprintjs/fingerprintjs-pro-spa
Advanced tools
Comparing version 1.0.2 to 1.1.0
/** | ||
* FingerprintJS Pro SPA v1.0.2 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.1.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -253,3 +253,3 @@ */ | ||
var version = "1.0.2"; | ||
var version = "1.1.0"; | ||
@@ -395,2 +395,14 @@ const cacheLocationBuilders = { | ||
Object.defineProperty(exports, 'defaultEndpoint', { | ||
enumerable: true, | ||
get: function () { return FingerprintJS.defaultEndpoint; } | ||
}); | ||
Object.defineProperty(exports, 'defaultScriptUrlPattern', { | ||
enumerable: true, | ||
get: function () { return FingerprintJS.defaultScriptUrlPattern; } | ||
}); | ||
Object.defineProperty(exports, 'defaultTlsEndpoint', { | ||
enumerable: true, | ||
get: function () { return FingerprintJS.defaultTlsEndpoint; } | ||
}); | ||
exports.CacheStub = CacheStub; | ||
@@ -397,0 +409,0 @@ exports.FpjsClient = FpjsClient; |
/** | ||
* FingerprintJS Pro SPA v1.0.2 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.1.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -8,3 +8,3 @@ */ | ||
import { GetOptions } from '@fingerprintjs/fingerprintjs-pro'; | ||
export { Agent, ExtendedGetResult, GetOptions, GetResult, LoadOptions } from '@fingerprintjs/fingerprintjs-pro'; | ||
export { Agent, ExtendedGetResult, GetOptions, GetResult, LoadOptions, defaultEndpoint, defaultScriptUrlPattern, defaultTlsEndpoint } from '@fingerprintjs/fingerprintjs-pro'; | ||
@@ -11,0 +11,0 @@ type VisitorData<TExtended extends boolean = false> = TExtended extends false ? FingerprintJS.GetResult : FingerprintJS.ExtendedGetResult; |
/** | ||
* FingerprintJS Pro SPA v1.0.2 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.1.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -8,2 +8,3 @@ */ | ||
import * as FingerprintJS from '@fingerprintjs/fingerprintjs-pro'; | ||
export { defaultEndpoint, defaultScriptUrlPattern, defaultTlsEndpoint } from '@fingerprintjs/fingerprintjs-pro'; | ||
@@ -230,3 +231,3 @@ const CACHE_KEY_PREFIX = '@fpjs@client@'; | ||
var version = "1.0.2"; | ||
var version = "1.1.0"; | ||
@@ -233,0 +234,0 @@ const cacheLocationBuilders = { |
{ | ||
"name": "@fingerprintjs/fingerprintjs-pro-spa", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "FingerprintJS Pro JavaScript agent for Single-Page Applications (SPA)", | ||
@@ -54,3 +54,3 @@ "main": "dist/fp-pro-spa.cjs.js", | ||
"dependencies": { | ||
"@fingerprintjs/fingerprintjs-pro": "^3.8.2", | ||
"@fingerprintjs/fingerprintjs-pro": "^3.8.4", | ||
"tslib": "^2.5.0" | ||
@@ -57,0 +57,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45949
907