@fingerprintjs/fingerprintjs-pro-svelte
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -0,1 +1,7 @@ | ||
## [1.1.4](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.1.3...v1.1.4) (2022-11-25) | ||
### Bug Fixes | ||
- fix invalid package directory being published to NPM ([d9918a8](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/d9918a8f87c2c6bb7e2c8ec37f76a6ebed6591d8)) | ||
## [1.1.3](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.1.2...v1.1.3) (2022-11-17) | ||
@@ -2,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
const pkgVersion = '1.1.3'; | ||
const pkgVersion = '1.1.4'; | ||
const pkgName = 'fingerprintjs-pro-svelte'; | ||
@@ -3,0 +3,0 @@ export function getOptions(options) { |
{ | ||
"name": "@fingerprintjs/fingerprintjs-pro-svelte", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "FingerprintJS Pro integration for Svelte", | ||
@@ -5,0 +5,0 @@ "author": "Fingerprint, Inc (https://fingerprint.com)", |
@@ -124,12 +124,8 @@ <p align="center"> | ||
When you use FingerprintJS Pro, you pay for each API call. Our [best practices](https://dev.fingerprint.com/docs/caching-visitor-information) recommend using cache to reduce the API call rate. The Library uses the SessionStorage cache strategy by default. | ||
:warning: **WARNING** If you use data from `extendedResult`, please pay additional attention to caching strategy. | ||
FingerprintJS Pro uses API calls as the basis for billing. | ||
Our [best practices](https://dev.fingerprint.com/docs/caching-visitor-information) strongly recommend using cache to | ||
optimise API calls rate. The Library uses the SessionStorage cache strategy by default. | ||
Some fields from the [extendedResult](https://dev.fingerprint.com/docs/js-agent#extendedresult) (e.g `ip` or `lastSeenAt`) might change for the same visitor. If you need to get the current data, it is recommended to pass `ignoreCache=true` inside `getData` function. | ||
Some fields from the [extendedResult](https://dev.fingerprint.com/docs/js-agent#extendedresult) (e.g `ip` | ||
or `lastSeenAt`) might change for the same visitor. If you need exact current data, it is recommended to | ||
pass `ignoreCache=true` inside `getData` function. | ||
## Documentation | ||
@@ -136,0 +132,0 @@ |
@@ -35,2 +35,3 @@ import { writable } from 'svelte/store'; | ||
catch (error) { | ||
console.error(error); | ||
dataValue.set(undefined); | ||
@@ -37,0 +38,0 @@ if (error instanceof Error) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22241
245
0
136