Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
Maintainers
13
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/common-components - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## <small>1.0.8 (2020-01-13)</small>
* Add userType for ThreeDomainSecure component ([a9531e7](http://github.paypal.com/paypal/paypal-checkout/commit/a9531e7))
* Address comments ([bd08f92](http://github.paypal.com/paypal/paypal-checkout/commit/bd08f92))
## <small>1.0.7 (2019-12-18)</small>

@@ -2,0 +9,0 @@

2

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

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

@@ -18,2 +18,8 @@ /* @flow */

export const USER_TYPE = {
BRANDED_GUEST: ('BRANDED_GUEST' : 'BRANDED_GUEST'), // inline guest flow
UNBRANDED_GUEST: ('UNBRANDED_GUEST' : 'UNBRANDED_GUEST'), // UCC
MEMBER: ('MEMBER' : 'MEMBER')
};
export type TDSProps = {|

@@ -30,3 +36,4 @@ action : string,

continueMessage : string
}
},
userType : ?$Values<typeof USER_TYPE>
|};

@@ -110,2 +117,6 @@

required: false
},
userType: {
type: 'string',
required: false
}

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

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