Socket
Socket
Sign inDemoInstall

@paypal/checkout-components

Package Overview
Dependencies
22
Maintainers
20
Versions
452
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.310 to 5.0.311

2

package.json
{
"name": "@paypal/checkout-components",
"version": "5.0.310",
"version": "5.0.311",
"description": "PayPal Checkout components, for integrating checkout products.",

@@ -5,0 +5,0 @@ "main": "index.js",

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

userIDToken: ?string,
customerId: ?string,
personalization: ?Personalization,

@@ -82,2 +83,3 @@ content: ?ContentType,

userIDToken,
customerId,
personalization,

@@ -211,3 +213,3 @@ onClick = noop,

(__WEB__ &&
userIDToken &&
(userIDToken || customerId) &&
(fundingSource === FUNDING.PAYPAL || fundingSource === FUNDING.VENMO)))

@@ -214,0 +216,0 @@ ) {

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

userIDToken,
customerId,
content,

@@ -295,2 +296,3 @@ flow,

userIDToken={userIDToken}
customerId={customerId}
personalization={personalization}

@@ -297,0 +299,0 @@ tagline={tagline}

@@ -470,2 +470,3 @@ /* eslint-disable eslint-comments/disable-enable-pair */

clientAccessToken: ?string,
customerId: ?string,
content?: ContentType,

@@ -525,2 +526,3 @@ flow: $Values<typeof BUTTON_FLOW>,

clientAccessToken?: ?string,
customerId?: ?string,
nonce: string,

@@ -573,2 +575,3 @@ merchantID?: $ReadOnlyArray<string>,

clientAccessToken?: ?string,
customerId?: ?string,
wallet?: ?Wallet,

@@ -848,2 +851,3 @@ csp: {|

clientAccessToken,
customerId,
content,

@@ -954,2 +958,3 @@ wallet,

userIDToken,
customerId,
applePay,

@@ -956,0 +961,0 @@ applePaySupport,

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

getClientAccessToken,
getCustomerId,
getPlatform,

@@ -340,2 +341,9 @@ getPartnerAttributionID,

customerId: {
type: "string",
required: false,
queryParam: true,
value: getCustomerId,
},
clientID: {

@@ -342,0 +350,0 @@ type: "string",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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