@fingerprintjs/fingerprintjs-pro-spa
Advanced tools
Comparing version 1.2.0 to 1.2.1
/** | ||
* FingerprintJS Pro SPA v1.2.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.2.1 - 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.2.0"; | ||
var version = "1.2.1"; | ||
@@ -256,0 +256,0 @@ const cacheLocationBuilders = { |
/** | ||
* FingerprintJS Pro SPA v1.2.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.2.1 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -4,0 +4,0 @@ */ |
/** | ||
* FingerprintJS Pro SPA v1.2.0 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* FingerprintJS Pro SPA v1.2.1 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -230,3 +230,3 @@ */ | ||
var version = "1.2.0"; | ||
var version = "1.2.1"; | ||
@@ -233,0 +233,0 @@ const cacheLocationBuilders = { |
{ | ||
"name": "@fingerprintjs/fingerprintjs-pro-spa", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "FingerprintJS Pro JavaScript agent for Single-Page Applications (SPA)", | ||
@@ -5,0 +5,0 @@ "main": "dist/fp-pro-spa.cjs.js", |
@@ -32,2 +32,4 @@ <p align="center"> | ||
[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering 99.5% accurate visitor identification | ||
This library is designed to be used in single-page-application framework wrappers for the Fingerprint Pro JavaScript Agent. | ||
@@ -44,13 +46,12 @@ It has multiple built-in caching mechanisms with recommended default settings. | ||
- [Documentation](#documentation) | ||
- [Requirements](#requirements) | ||
- [Installation](#installation) | ||
- [Getting Started](#getting-started) | ||
- [Support + Feedback](#support--feedback) | ||
- [Support and Feedback](#support-and-feedback) | ||
- [Documentation](#documentation) | ||
- [License](#license) | ||
## Documentation | ||
## Requirements | ||
This library uses [Fingerprint Pro](https://fingerprint.com/github/) under the hood. | ||
- To learn more about Fingerprint Pro read our [product documentation](https://dev.fingerprint.com/docs). | ||
- To learn more about this SDK, there is a [Typedoc-generated SDK Reference](https://fingerprintjs.github.io/fingerprintjs-pro-spa) available. | ||
- For TypeScript users: Typescript 4.5 or higher | ||
@@ -71,2 +72,8 @@ ## Installation | ||
Using [pnpm](https://pnpm.js.org): | ||
```sh | ||
pnpm add @fingerprintjs/fingerprintjs-pro-spa | ||
``` | ||
## Getting Started | ||
@@ -181,8 +188,14 @@ | ||
## Support + Feedback | ||
## Support and feedback | ||
For support or to provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-spa/issues). | ||
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-spa/issues). If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). | ||
## Documentation | ||
This library uses [Fingerprint Pro](https://fingerprint.com/github/) under the hood. | ||
- To learn more about Fingerprint Pro read our [product documentation](https://dev.fingerprint.com/docs). | ||
- To learn more about this SDK, there is a [Typedoc-generated SDK Reference](https://fingerprintjs.github.io/fingerprintjs-pro-spa) available. | ||
## License | ||
This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprintjs-pro-spa/blob/master/LICENSE) file for more information. |
48992
198