@thumbmarkjs/thumbmarkjs
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -23,6 +23,5 @@ "use strict"; | ||
function getApplePayInfo() { | ||
var applePayMaxSupportedVersion = 0; | ||
if (typeof window.ApplePaySession === 'function') { | ||
var versionCheck = window.ApplePaySession.supportsVersion; | ||
for (var i = 10; i > 0; i--) { | ||
for (var i = 15; i > 0; i--) { | ||
if (versionCheck(i)) { | ||
@@ -29,0 +28,0 @@ return i; |
{ | ||
"name": "@thumbmarkjs/thumbmarkjs", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
101802
1450