@bloks/browser-transport
Advanced tools
Comparing version 3.2.1-5 to 3.2.1-6
/** | ||
* Proton Browser Transport v3.2.1-5 | ||
* Proton Browser Transport v3.2.1-6 | ||
* https://github.com/protonprotocol/proton-browser-transport | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "@bloks/browser-transport", | ||
"version": "3.2.1-5", | ||
"version": "3.2.1-6", | ||
"description": "Vanilla JS browser transport for Proton Link", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/protonprotocol/proton-browser-transport", |
@@ -491,4 +491,8 @@ import { | ||
} else if (isAppleHandheld()) { | ||
const scheme = request.getScheme() | ||
window.location.href = `${scheme}://link` | ||
if (this.walletType === 'anchor') { | ||
window.location.href = `esr://link` | ||
} else { | ||
const scheme = request.getScheme() | ||
window.location.href = `${scheme}://link` | ||
} | ||
} | ||
@@ -495,0 +499,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
888224
6852