Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
19
Maintainers
13
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## <small>1.0.7 (2019-12-18)</small>
* Export postRobot ([08f2789](http://github.paypal.com/paypal/paypal-checkout/commit/08f2789))
## <small>1.0.6 (2019-12-18)</small>

@@ -2,0 +8,0 @@

2

package.json
{
"name": "@paypal/common-components",
"version": "1.0.6",
"version": "1.0.7",
"description": "PayPal common components, for integrating checkout products.",

@@ -5,0 +5,0 @@ "main": "dist/ui.js",

/* @flow */
import { isPayPalDomain } from '@paypal/sdk-client/src';
// eslint-disable-next-line import/no-namespace
import * as postRobotModule from 'post-robot/src';

@@ -16,1 +18,5 @@ import { getThreeDomainSecureComponent } from './three-domain-secure';

};
export const postRobot = {
__get__: () => protectedExport(postRobotModule)
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc