Socket
Socket
Sign inDemoInstall

@paypal/example-components

Package Overview
Dependencies
10
Maintainers
39
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.27 to 1.0.28

4

package.json
{
"name": "@paypal/example-components",
"version": "1.0.27",
"version": "1.0.28",
"description": "Example component module for a component for unified PayPal/Braintree web sdk",

@@ -38,4 +38,4 @@ "main": "index.js",

"dependencies": {
"@paypal/sdk-client": "^4.0.1"
"@paypal/sdk-client": "^4.0.166"
}
}
PayPal/Braintree Example Component
----------------------------------
[![npm version](https://img.shields.io/npm/v/@paypal/example-components.svg?style=flat-square)](https://www.npmjs.com/package/@paypal/example-components) [![build status](https://img.shields.io/travis/paypal/paypal-example-components/master.svg?style=flat-square)](https://travis-ci.org/paypal/paypal-example-components)
[![dependencies Status](https://david-dm.org/paypal/paypal-example-components/status.svg)](https://david-dm.org/paypal/paypal-example-components) [![devDependencies Status](https://david-dm.org/paypal/paypal-example-components/dev-status.svg)](https://david-dm.org/paypal/paypal-example-components?type=dev)
Example standalone component to be included in unified PayPal/Braintree client SDK

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

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

export const ExamplePay = {
render(options : { buttonText : string }, container : string) {
render(options : {| buttonText : string |}, container : string) {

@@ -9,0 +9,0 @@ if (!options.buttonText) {

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