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

@paypal/checkout-components

Package Overview
Dependencies
Maintainers
20
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/checkout-components - npm Package Compare versions

Comparing version 5.0.320-alpha-8f6503b.0 to 5.0.320-alpha-bf6ccbe.0

4

package.json
{
"name": "@paypal/checkout-components",
"version": "5.0.320-alpha-8f6503b.0",
"version": "5.0.320-alpha-bf6ccbe.0",
"description": "PayPal Checkout components, for integrating checkout products.",

@@ -117,3 +117,3 @@ "main": "index.js",

"@paypal/funding-components": "^1.0.31",
"@paypal/sdk-client": "^4.0.190-alpha.2",
"@paypal/sdk-client": "^4.0.191",
"@paypal/sdk-constants": "^1.0.146",

@@ -120,0 +120,0 @@ "@paypal/sdk-logos": "^2.2.6"

@@ -5,2 +5,4 @@ /* @flow */

import { BUTTON_FLOW } from "../../constants";
import { getCardConfig } from "./config";

@@ -47,2 +49,3 @@

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -59,2 +62,3 @@ ).toEqual(false);

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -71,2 +75,3 @@ ).toEqual(true);

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -84,2 +89,3 @@ ).toEqual(true);

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -99,2 +105,3 @@ ).toEqual(false);

}),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -113,2 +120,3 @@ ).toEqual(false);

}),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -125,2 +133,3 @@ ).toEqual(true);

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -137,2 +146,3 @@ ).toEqual(false);

wallet: getWallet(),
flow: BUTTON_FLOW.PURCHASE,
})

@@ -139,0 +149,0 @@ ).toEqual(true);

@@ -112,2 +112,3 @@ /* @flow */

experiment?: ?Experiment,
flow: $Values<typeof BUTTON_FLOW>,
enableFunding?: $ReadOnlyArray<?$Values<typeof FUNDING>>,

@@ -114,0 +115,0 @@ fundingEligibility: FundingEligibilityType,

@@ -15,2 +15,3 @@ /* @flow */

wallet: expect.any,
flow: BUTTON_FLOW.PURCHASE,
};

@@ -17,0 +18,0 @@ const venmoConfig = getVenmoConfig();

@@ -63,2 +63,4 @@ /* @flow */

venmoWebEnabled?: boolean,
// first render experiments
venmoVaultWithoutPurchase?: boolean,
|};

@@ -65,0 +67,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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