Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
Maintainers
23
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.39 to 1.0.40-alpha.1

2

package.json
{
"name": "@paypal/common-components",
"version": "1.0.39",
"version": "1.0.40-alpha.1",
"description": "PayPal common components, for integrating checkout products.",

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

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

queryParam: true,
value: () => "verify",
value: (data) => (data.props.action ? data.props.action : "verify"),
},

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

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

@@ -101,0 +108,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