Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fingerprintjs/fingerprintjs-pro-svelte

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fingerprintjs/fingerprintjs-pro-svelte - npm Package Compare versions

Comparing version 1.1.4 to 1.2.0

6

CHANGELOG.md

@@ -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 @@

2

options.js

@@ -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) {

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