Comparing version 0.0.4 to 0.1.0
@@ -55,8 +55,10 @@ import axios from 'axios' | ||
if (this.isMobile.Android()) | ||
window.location = data.android | ||
if (this.isMobile.Android()) { | ||
setTimeout(() => { window.location = data.android_fallback }, 100) | ||
window.location = data.link | ||
} | ||
if (this.isMobile.iOS()) { | ||
setTimeout(() => { window.location = data.ios_fallback }, 100) | ||
window.location = data.ios | ||
window.location = data.link | ||
} | ||
@@ -63,0 +65,0 @@ |
{ | ||
"name": "crypttp", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "Module to call APIs of crypttp powered by alemey", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
44107
274
2