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

@paypal/checkout-components

Package Overview
Dependencies
Maintainers
10
Versions
504
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 5.0.37 to 5.0.38

src/buttons/template/logout.md

6

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

@@ -12,3 +12,3 @@ "main": "index.js",

"karma": "cross-env NODE_ENV=test babel-node $(npm bin)/karma start",
"test": "npm run lint && npm run flow-typed && npm run flow && npm run jest-ssr && npm run karma && npm run jest-screenshot",
"test": "if [ ! $SKIP_TEST ]; then npm run lint && npm run flow-typed && npm run flow && npm run jest-ssr && npm run karma && npm run jest-screenshot; fi;",
"webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",

@@ -64,3 +64,3 @@ "build": "npm run test && npm run webpack",

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

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

@@ -110,2 +110,3 @@ /* @flow */

validate({ value = {} }) {
// $FlowFixMe
normalizeButtonStyle(value);

@@ -112,0 +113,0 @@ },

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

.${ CLASS.BUTTON }.${ CLASS.LOADING } * {
display: none;
display: none !important;
}

@@ -119,0 +119,0 @@

Sorry, the diff of this file is too big to display

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