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

@paypal/checkout-components

Package Overview
Dependencies
Maintainers
4
Versions
502
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 4.1.40 to 4.1.41

2

package.json
{
"name": "@paypal/checkout-components",
"version": "4.1.40",
"version": "4.1.41",
"description": "PayPal Checkout components, for integrating checkout products.",

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

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

import { createOrder, type OrderCreateRequest,
type OrderGetResponse, type OrderCaptureResponse } from '@paypal/sdk-client';
type OrderGetResponse, type OrderCaptureResponse } from '@paypal/sdk-client/src';
import { FUNDING, PLATFORM, INTENT, COMMIT, VAULT,

@@ -9,0 +9,0 @@ ENV, COUNTRY, LANG, COUNTRY_LANGS, type LocaleType, CARD } from '@paypal/sdk-constants/src';

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

import { create, CONTEXT, type ZoidComponent } from 'zoid/src';
import { isDevice, memoize, isIEIntranet, noop, once } from 'belter/src';
import { isDevice, memoize, isIEIntranet, noop, once, supportsPopups } from 'belter/src';

@@ -27,3 +27,3 @@ import { getSessionID, getButtonSessionID } from '../lib';

defaultContext: CONTEXT.POPUP,
defaultContext: supportsPopups() ? CONTEXT.POPUP : CONTEXT.IFRAME,

@@ -30,0 +30,0 @@ url({ props }) : string {

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