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.38 to 0.0.39

9

dist/index.js

@@ -7,3 +7,4 @@ 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.type = this.enable3d = '';
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure =
'';
this.theme = {};

@@ -24,4 +25,4 @@ this.height = 0;

errorUrl: { type: String, reflect: true },
enable3d: { type: String, reflect: true },
type: { type: String, reflect: true },
enable3dSecure: { type: String, reflect: true },
transactionType: { type: String, reflect: true },
theme: { type: Object, reflect: true },

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

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

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

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

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

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

errorUrl: string;
enable3d: string;
type: string;
enable3dSecure: string;
transactionType: string;
theme: object;

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

this.gatewayBaseurl = this.merchantId = this.authentication = this.countryOrRegion = '';
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.type = this.enable3d = '';
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure =
'';
this.theme = {};

@@ -41,4 +42,4 @@ this.height = 0;

errorUrl: { type: String, reflect: true },
enable3d: { type: String, reflect: true },
type: { type: String, reflect: true },
enable3dSecure: { type: String, reflect: true },
transactionType: { type: String, reflect: true },
theme: { type: Object, reflect: true },

@@ -127,3 +128,5 @@ height: {

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

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