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.7 to 0.0.8

dist/index.d.ts

8

dist/index.js

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

static get properties() {
return { host: { type: String }, paymentId: { type: String }, successUrl: { type: String }, cancelUrl: { type: String }, errorUrl: { type: String } };
return {
host: { type: String },
paymentId: { type: String },
successUrl: { type: String },
cancelUrl: { type: String },
errorUrl: { type: String },
};
}

@@ -12,0 +18,0 @@ static get styles() {

5

package.json
{
"name": "airwallex-payment-elements",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"license": "MIT",

@@ -8,0 +11,0 @@ "scripts": {

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

static get properties() {
return { host: { type: String }, paymentId: { type: String }, successUrl: { type: String }, cancelUrl: { type: String }, errorUrl: { type: String } };
return {
host: { type: String },
paymentId: { type: String },
successUrl: { type: String },
cancelUrl: { type: String },
errorUrl: { type: String },
};
}

@@ -19,0 +25,0 @@ static get styles() {

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