@paypal/checkout-components 5.0.379-alpha-1df1b34.0 → 5.0.379

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/checkout-components",
3
- "version": "5.0.379-alpha-1df1b34.0",
3
+ "version": "5.0.379",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -117,7 +117,7 @@ export function isSupportedNativeBrowser(): boolean {
117
117
  return true;
118
118
  }
119
119
 
120
- return true;
120
+ return false;
121
121
  }
122
122
 
123
123
  export function getVenmoEligibility(): EligibilityExperiment {