Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
14
Maintainers
23
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.44 to 1.0.45

2

package.json
{
"name": "@paypal/common-components",
"version": "1.0.44",
"version": "1.0.45",
"description": "PayPal common components, for integrating checkout products.",

@@ -5,0 +5,0 @@ "main": "dist/ui.js",

@@ -7,2 +7,3 @@ /* @flow */

isIos,
isIpadOs,
isFirefox,

@@ -99,3 +100,3 @@ animate,

if (isIos()) {
if (isIos() || isIpadOs()) {
// Note: alerts block the event loop until they are closed.

@@ -183,2 +184,3 @@ // eslint-disable-next-line no-alert

<div
dir="auto"
id={uid}

@@ -199,3 +201,3 @@ onClick={focusCheckout}

<div class="paypal-checkout-modal">
<div class="paypal-checkout-logo">
<div class="paypal-checkout-logo" dir="ltr">
<PPLogo logoColor={LOGO_COLOR.WHITE} />

@@ -202,0 +204,0 @@ <PayPalLogo logoColor={LOGO_COLOR.WHITE} />

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc