@thumbmarkjs/thumbmarkjs
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -23,3 +23,3 @@ "use strict"; | ||
function getApplePayInfo() { | ||
if (typeof window.ApplePaySession === 'function') { | ||
if (window.location.protocol === 'https:' && typeof window.ApplePaySession === 'function') { | ||
var versionCheck = window.ApplePaySession.supportsVersion; | ||
@@ -26,0 +26,0 @@ for (var i = 15; i > 0; i--) { |
{ | ||
"name": "@thumbmarkjs/thumbmarkjs", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
101883