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

@paypal/checkout-components

Package Overview
Dependencies
Maintainers
18
Versions
511
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.87 to 5.0.88

src/interface/fields.js

4

__sdk__.js

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

globals
},
fields: {
entry: './src/interface/fields',
globals
}
};

3

globals.js

@@ -28,5 +28,6 @@ /* eslint import/no-commonjs: off, flowtype/require-valid-file-annotation: off, flowtype/require-return-type: off */

__CARD_FIELDS__: '/smart/card-fields',
__WALLET__: '/smart/wallet'
__WALLET__: '/smart/wallet',
__FIELDS__: '/smart/fields'
}
}
};
{
"name": "@paypal/checkout-components",
"version": "5.0.87",
"version": "5.0.88",
"description": "PayPal Checkout components, for integrating checkout products.",

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

@@ -14,4 +14,5 @@ /* @flow */

__MODAL__ : string,
__WALLET__ : string
__WALLET__ : string,
__FIELDS__ : string
|}
|};

@@ -109,3 +109,3 @@ /* @flow */

return (
<GlyphCard color={ logoColor } />
<GlyphCard logoColor={ logoColor } />
);

@@ -112,0 +112,0 @@ },

@@ -173,5 +173,5 @@ /* @flow */

} else if (instrument.type === WALLET_INSTRUMENT.CARD) {
logo = <GlyphCard />;
logo = <GlyphCard logoColor={ logoColor } />;
} else if (instrument.type === WALLET_INSTRUMENT.BANK) {
logo = <GlyphCard />;
logo = <GlyphCard logoColor={ logoColor } />;
} else if (instrument.type === WALLET_INSTRUMENT.CREDIT) {

@@ -187,6 +187,6 @@ logo = <CreditLogo locale={ locale } logoColor={ logoColor } />;

</div>
<Space />
{
(instrument.oneClick && commit && content) &&
<div class='pay-now'>
<Space />
<Text>{ content.payNow }</Text>

@@ -193,0 +193,0 @@ </div>

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

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

Sorry, the diff of this file is not supported yet

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