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.50 to 0.0.51

8

dist/index.js

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

allowpaymentrequest="true"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&clientSecret=
${encodeURIComponent(this.clientSecret)}&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}&customerId=${this
.customerId}&currency=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this
.enable3dSecure}&clientSecret=${encodeURIComponent(this.clientSecret)}"
title="Secured airwallex payment frame"

@@ -114,0 +112,0 @@ />

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

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

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

allowpaymentrequest="true"
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&clientSecret=
${encodeURIComponent(this.clientSecret)}&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}&customerId=${this
.customerId}&currency=${this.currency}&theme=${encodeURIComponent(
JSON.stringify(this.theme)
)}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this
.enable3dSecure}&clientSecret=${encodeURIComponent(this.clientSecret)}"
title="Secured airwallex payment frame"

@@ -127,0 +127,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc