airwallex-payment-elements
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -52,2 +52,3 @@ import { css, html, LitElement } from 'lit-element'; | ||
checkoutEventHandler(event) { | ||
console.log('checkoutEventHandler', event); | ||
if (event.origin === this.gatewayBaseurl && event.isTrusted) { | ||
@@ -98,2 +99,3 @@ const { style, ...rest } = event.data; | ||
width: 100%; | ||
background: white; | ||
height: ${this.height + 8}px; | ||
@@ -100,0 +102,0 @@ } |
{ | ||
"name": "airwallex-payment-elements", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
@@ -68,2 +68,3 @@ import { css, html, LitElement } from 'lit-element'; | ||
checkoutEventHandler(event) { | ||
console.log('checkoutEventHandler', event); | ||
if (event.origin === this.gatewayBaseurl && event.isTrusted) { | ||
@@ -112,2 +113,3 @@ const { style, ...rest } = event.data; | ||
width: 100%; | ||
background: white; | ||
height: ${this.height + 8}px; | ||
@@ -114,0 +116,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
2848332
16
3066