Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paypal/checkout-components

Package Overview
Dependencies
Maintainers
0
Versions
503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/checkout-components - npm Package Compare versions

Comparing version 5.0.337 to 5.0.338-alpha-5a1d8cc.0

2

package.json
{
"name": "@paypal/checkout-components",
"version": "5.0.337",
"version": "5.0.338-alpha-5a1d8cc.0",
"description": "PayPal Checkout components, for integrating checkout products.",

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

@@ -49,2 +49,10 @@ /* @flow */

type InstallmentsConfiguration = {|
financingCountryCode : string,
currencyCode : string,
billingCountryCode : string,
amount : string,
includeBuyerInstallments ? : boolean
|};
type CardFieldsProps = {|

@@ -104,2 +112,7 @@ clientID: string,

merchantID: $ReadOnlyArray<string>,
installments? : {|
onInstallmentsRequested : () => InstallmentsConfiguration,
onInstallmentsAvailable : (Object) => ?ZalgoPromise<void>,
onInstallmentsError? : (Object) => ?ZalgoPromise<void>
|},
|};

@@ -428,2 +441,7 @@

},
installments: {
type: "object",
required: false,
value: ({ props }) => props.parent.props.installments
},
},

@@ -707,2 +725,6 @@ });

},
installments: {
type: "object",
required: false,
},
},

@@ -709,0 +731,0 @@ });

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc