Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salla.sa/applepay

Package Overview
Dependencies
Maintainers
5
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salla.sa/applepay - npm Package Compare versions

Comparing version 2.11.79 to 2.11.83

4

package.json
{
"name": "@salla.sa/applepay",
"version": "2.11.79",
"version": "2.11.83",
"description": "Salla Apple Pay light",

@@ -29,3 +29,3 @@ "main": "dist/app.js",

},
"gitHead": "c48117128bf58e1bf05fd923bce60d24c55c8a2e"
"gitHead": "9581fc229e7aa3ae8ce52287d5b63619848b37b0"
}

@@ -513,3 +513,4 @@ import Http from './http';

if (window.ApplePaySession && ApplePaySession.canMakePayments()) {
//applePay doesn't allow iframes
if (window.ApplePaySession && this.self === this.top && ApplePaySession.canMakePayments()) {
SallaApplePay.init();

@@ -516,0 +517,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc