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.39 to 0.0.40

dist/index.d.ts

5

dist/index.js

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

this.gatewayBaseurl = this.merchantId = this.authentication = this.countryOrRegion = '';
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure =
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure = this.component =
'';

@@ -27,2 +27,3 @@ this.theme = {};

transactionType: { type: String, reflect: true },
component: { type: String, reflect: true },
theme: { type: Object, reflect: true },

@@ -113,3 +114,3 @@ height: {

.merchantId}&authentication=${this.authentication}&customerId=${this.customerId}&countryOrRegion=${this
.countryOrRegion}&currency=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&enable3dSecure=${this.enable3dSecure}"
.countryOrRegion}&currency=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}"
title="Secured airwallex payment frame"

@@ -116,0 +117,0 @@ />

2

package.json
{
"name": "airwallex-payment-elements",
"version": "0.0.39",
"version": "0.0.40",
"main": "dist/index.js",

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

@@ -18,2 +18,3 @@ import { css, html, LitElement } from 'lit-element';

transactionType: string;
component: string;
theme: object;

@@ -24,3 +25,3 @@ height: number;

this.gatewayBaseurl = this.merchantId = this.authentication = this.countryOrRegion = '';
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure =
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure = this.component =
'';

@@ -44,2 +45,3 @@ this.theme = {};

transactionType: { type: String, reflect: true },
component: { type: String, reflect: true },
theme: { type: Object, reflect: true },

@@ -130,3 +132,3 @@ height: {

JSON.stringify(this.theme)
)}&transactionType=${this.transactionType}&enable3dSecure=${this.enable3dSecure}"
)}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}"
title="Secured airwallex payment frame"

@@ -133,0 +135,0 @@ />

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