Socket
Socket
Sign inDemoInstall

@paypal/common-components

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

8

globals.js
/* eslint import/no-commonjs: off, flowtype/require-valid-file-annotation: off, flowtype/require-return-type: off */
const postRobotGlobals = require('post-robot/globals');
const zoidGlobals = require('zoid/globals');
const postRobotGlobals = require('@krakenjs/post-robot/globals');
const zoidGlobals = require('@krakenjs/zoid/globals');
module.exports = {
__ZOID__: {

@@ -14,3 +14,3 @@ ...zoidGlobals.__ZOID__,

},
__POST_ROBOT__: {

@@ -17,0 +17,0 @@ ...postRobotGlobals.__POST_ROBOT__,

{
"name": "@paypal/common-components",
"version": "1.0.23",
"version": "1.0.24-alpha.1",
"description": "PayPal common components, for integrating checkout products.",

@@ -71,11 +71,11 @@ "main": "dist/ui.js",

"dependencies": {
"@paypal/sdk-client": "^4.0.162",
"@paypal/sdk-constants": "^1.0.114",
"@paypal/sdk-logos": "^1.0.41",
"belter": "^1.0.2",
"jsx-pragmatic": "^2",
"post-robot": "^10.0.0",
"zalgo-promise": "^1.0.10",
"zoid": "^9.0.82"
"@krakenjs/belter": "^2.0.0",
"@krakenjs/jsx-pragmatic": "^3.0.0",
"@krakenjs/post-robot": "^11.0.0",
"@krakenjs/zalgo-promise": "^2.0.0",
"@krakenjs/zoid": "^10.0.0",
"@paypal/sdk-client": "^4.0.166-alpha.1",
"@paypal/sdk-constants": "^1.0.11-6.alpha-1",
"@paypal/sdk-logos": "^1.0.43-alpha.1"
}
}

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

// eslint-disable-next-line import/no-namespace
import * as postRobotModule from 'post-robot/src';
import * as postRobotModule from '@krakenjs/post-robot/src';

@@ -8,0 +8,0 @@ import { getThreeDomainSecureComponent, type TDSComponent } from './three-domain-secure';

/* @flow */
import { CONTEXT } from 'zoid/src';
import { CONTEXT } from '@krakenjs/zoid/src';

@@ -5,0 +5,0 @@ export const CLASS = {

@@ -5,7 +5,7 @@ /* @flow */

import { isIos, isFirefox, animate, noop, destroyElement, uniqueID, supportsPopups, type EventEmitterType, toCSS } from 'belter/src';
import { EVENT, CONTEXT } from 'zoid/src';
import { node, type ElementNode } from 'jsx-pragmatic/src';
import { isIos, isFirefox, animate, noop, destroyElement, uniqueID, supportsPopups, type EventEmitterType, toCSS } from '@krakenjs/belter/src';
import { EVENT, CONTEXT } from '@krakenjs/zoid/src';
import { node, type ElementNode } from '@krakenjs/jsx-pragmatic/src';
import { LOGO_COLOR, PPLogo, PayPalLogo } from '@paypal/sdk-logos/src';
import type { ZalgoPromise } from 'zalgo-promise/src';
import type { ZalgoPromise } from '@krakenjs/zalgo-promise/src';

@@ -12,0 +12,0 @@ import { getContainerStyle, getSandboxStyle, CLASS } from './style';

@@ -5,7 +5,7 @@ /* @flow */

import { node, dom } from 'jsx-pragmatic/src';
import { create, type ZoidComponent } from 'zoid/src';
import { inlineMemoize, noop } from 'belter/src';
import { node, dom } from '@krakenjs/jsx-pragmatic/src';
import { create, type ZoidComponent } from '@krakenjs/zoid/src';
import { inlineMemoize, noop } from '@krakenjs/belter/src';
import { getSDKMeta, getClientID, getCSPNonce } from '@paypal/sdk-client/src';
import { ZalgoPromise } from 'zalgo-promise/src';
import { ZalgoPromise } from '@krakenjs/zalgo-promise/src';

@@ -12,0 +12,0 @@ import { Overlay } from '../overlay';

/* @flow */
/** @jsx node */
import { node, type ElementNode, type ChildrenType } from 'jsx-pragmatic/src';
import { node, type ElementNode, type ChildrenType } from '@krakenjs/jsx-pragmatic/src';

@@ -6,0 +6,0 @@ const spinnerStyle = `

/* @flow */
/** @jsx node */
import { node, Fragment, type ElementNode, type ChildrenType, type ComponentNode } from 'jsx-pragmatic/src';
import { node, Fragment, type ElementNode, type ChildrenType, type ComponentNode } from '@krakenjs/jsx-pragmatic/src';

@@ -6,0 +6,0 @@ const spinnerStyle = `

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