Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
Maintainers
20
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.10 to 1.0.11

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## <small>1.0.11 (2020-08-03)</small>
* Configure Renovate (#3) ([b314284](http://github.paypal.com/paypal/paypal-checkout/commit/b314284)), closes [#3](http://github.paypal.com/paypal/paypal-checkout/issues/3)
* Update README.md ([4b0f0cf](http://github.paypal.com/paypal/paypal-checkout/commit/4b0f0cf))
* Upgrade .travis.yml to always follow latest Node LTS (Node 12) (#12) ([7dbd703](http://github.paypal.com/paypal/paypal-checkout/commit/7dbd703)), closes [#12](http://github.paypal.com/paypal/paypal-checkout/issues/12)
* Upgrade flow ([49247c0](http://github.paypal.com/paypal/paypal-checkout/commit/49247c0))
## <small>1.0.10 (2020-05-19)</small>

@@ -2,0 +11,0 @@

4

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

@@ -57,3 +57,3 @@ "main": "dist/ui.js",

"conventional-changelog-cli": "^2.0.11",
"flow-bin": "^0.100.0",
"flow-bin": "^0.130.0",
"fs-extra": "^4.0.2",

@@ -60,0 +60,0 @@ "grumbler-scripts": "^3",

PayPal Common Components
------------------------
[![npm version](https://img.shields.io/npm/v/@paypal/common-components.svg?style=flat-square)](https://www.npmjs.com/package/@paypal/common-components) [![build status](https://img.shields.io/travis/paypal/paypal-common-components/master.svg?style=flat-square)](https://travis-ci.org/paypal/paypal-common-components)
[![dependencies Status](https://david-dm.org/paypal/paypal-common-components/status.svg)](https://david-dm.org/paypal/paypal-common-components) [![devDependencies Status](https://david-dm.org/paypal/paypal-common-components/dev-status.svg)](https://david-dm.org/paypal/paypal-common-components?type=dev)
Common components for the PayPal JavaScript SDK

@@ -5,0 +9,0 @@

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

queryParam: 'cart_id',
queryValue: ({ value }) => {
return ZalgoPromise.try(value);
}
// $FlowFixMe
queryValue: ({ value }) => ZalgoPromise.try(value)
},

@@ -89,0 +88,0 @@ clientID: {

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