@paypal/accelerated-checkout-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -233,2 +233,3 @@ /*! ***************************************************************************** | ||
_a.trys.push([0, 6, , 7]); | ||
performance.mark("pp_axo_sdk_init_invoked"); | ||
btSdkVersion = options.btSdkVersion; | ||
@@ -235,0 +236,0 @@ assetUrl = getAssetsUrl(options); |
@@ -239,2 +239,3 @@ (function (global, factory) { | ||
_a.trys.push([0, 6, , 7]); | ||
performance.mark("pp_axo_sdk_init_invoked"); | ||
btSdkVersion = options.btSdkVersion; | ||
@@ -241,0 +242,0 @@ assetUrl = getAssetsUrl(options); |
{ | ||
"name": "@paypal/accelerated-checkout-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Loads accelerated checkout script", | ||
@@ -5,0 +5,0 @@ "main": "dist/loader.umd.js", |
@@ -18,2 +18,3 @@ import { loadScript } from "@braintree/asset-loader"; | ||
try { | ||
performance.mark("pp_axo_sdk_init_invoked"); | ||
const { btSdkVersion } = options; | ||
@@ -20,0 +21,0 @@ const assetUrl = getAssetsUrl(options); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53259
1182