Socket
Socket
Sign inDemoInstall

airwallex-payment-elements

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airwallex-payment-elements - npm Package Compare versions

Comparing version 0.0.41 to 0.0.42

6

dist/index.js

@@ -107,4 +107,6 @@ import { css, html, LitElement } from 'lit-element';

allowpaymentrequest="true"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=${this.authentication}
&customerId=${this.customerId}&currency=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=
${encodeURIComponent(this.authentication)}&customerId=${this.customerId}&currency=${this.currency}
&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}
&enable3dSecure=${this.enable3dSecure}"
title="Secured airwallex payment frame"

@@ -111,0 +113,0 @@ />

{
"name": "airwallex-payment-elements",
"version": "0.0.41",
"version": "0.0.42",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

@@ -120,5 +120,6 @@ import { css, html, LitElement } from 'lit-element';

allowpaymentrequest="true"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=${this.authentication}
&customerId=${this.customerId}&currency=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme)
)}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=
${encodeURIComponent(this.authentication)}&customerId=${this.customerId}&currency=${this.currency}
&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}
&enable3dSecure=${this.enable3dSecure}"
title="Secured airwallex payment frame"

@@ -125,0 +126,0 @@ />

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc