@paypal/sdk-client
Advanced tools
Comparing version
{ | ||
"name": "@paypal/sdk-client", | ||
"version": "4.0.79", | ||
"version": "4.0.80", | ||
"description": "Shared config between PayPal/Braintree.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ /* @flow */ | ||
if (existingNamespace) { | ||
if (existingNamespace[INTERNAL_DESTROY_KEY]()) { | ||
if (existingNamespace[INTERNAL_DESTROY_KEY]) { | ||
existingNamespace[INTERNAL_DESTROY_KEY](); | ||
@@ -27,0 +27,0 @@ } else if (existingVersion) { |
60479
0