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

@paypal/funding-components

Package Overview
Dependencies
Maintainers
23
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/funding-components - npm Package Compare versions

Comparing version 1.0.32-alpha.1 to 1.0.32-alpha.2

2

package.json
{
"name": "@paypal/funding-components",
"version": "1.0.32-alpha.1",
"version": "1.0.32-alpha.2",
"description": "PayPal Funding Components.",

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

@@ -168,12 +168,8 @@ /* @flow */

fetch: (data) => {
if (isPayPalDomain()) {
return callRestAPI({
method: "POST",
url: `${BASE_API_URL[getEnv()]}/${ELIGIBLE_PAYMENT_METHODS}`,
data,
})
}
throw new Error(`Funding eligibility is not supported`)
return callRestAPI({
method: "POST",
url: `${BASE_API_URL[getEnv()]}/${ELIGIBLE_PAYMENT_METHODS}`,
data,
})
}
}
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