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

@paypal/common-components

Package Overview
Dependencies
Maintainers
22
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.36 to 1.0.37

2

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

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

@@ -79,4 +79,6 @@ /* @flow */

type: "string",
queryParam: true,
value: () => "verify",
// $FlowFixMe[incompatible-call]
queryParam: ({ value }) => (value ? "action" : true),
queryValue: ({ value }) => (value ? value : "verify"),
required: false,
},

@@ -98,3 +100,10 @@ xcomponent: {

queryValue: ({ value }) => ZalgoPromise.try(value),
required: false,
},
vaultToken: {
type: "string",
queryParam: "token",
queryValue: ({ value }) => value,
required: false,
},
clientID: {

@@ -101,0 +110,0 @@ type: "string",

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