paypal-checkout
Advanced tools
Comparing version 4.0.327 to 4.0.328
{ | ||
"name": "paypal-checkout", | ||
"version": "4.0.327", | ||
"version": "4.0.328", | ||
"description": "PayPal Checkout components, for integrating checkout products.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ /* @flow */ | ||
import { BUTTON_LOGO_COLOR, CHECKOUT_OVERLAY_COLOR } from '../../constants'; | ||
import { isIos } from '../../lib'; | ||
import { isIos, noop } from '../../lib'; | ||
@@ -66,3 +66,3 @@ import { containerContent } from './containerContent'; | ||
} else { | ||
ZalgoPromise.try(actions.focus).catch(actions.close); | ||
ZalgoPromise.try(actions.focus).catch(noop); | ||
} | ||
@@ -69,0 +69,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3791102
58148
1