Skip to content

Commit

Permalink
fix: update SPA package with fallback for localStorage and `session…
Browse files Browse the repository at this point in the history
…Storage`

fix behaviour for Brave's aggressive mode
  • Loading branch information
ilfa committed Apr 11, 2023
1 parent d6460bc commit 2f61ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-react#readme",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-spa": "^1.0.0",
"@fingerprintjs/fingerprintjs-pro-spa": "^1.0.1",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,10 +827,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.0.0.tgz#151feb4be3b2c524479e3f10a305a6f3784f438b"
integrity sha512-OVYRVl3VFZEB3rh7x6SsKCQa+TuGpfsAHwrej7cv9Bw4V5nQo4P2hoIrYiqQNmuQ+8+zj3ZfjGZhhjUUV5uW2A==
"@fingerprintjs/fingerprintjs-pro-spa@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.0.1.tgz#d95fd1981b1f2a998db18fda312a2a2ac7f975ee"
integrity sha512-JMjAYdnmcsseM9EsKFhXrJItnnxisTljR2225MaNCcHZgB2UDGx48NK+VQJPvAN4qfVZmqKAhpKgTu82KPyvjQ==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.8.2"
tslib "^2.5.0"
Expand Down

0 comments on commit 2f61ba8

Please sign in to comment.