@paypal/common-components
Advanced tools
Comparing version 1.0.36 to 1.0.37
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73572
1294
1