@paypal/paypal-js
Advanced tools
Comparing version 2.1.0-beta.5 to 2.1.0-beta.6
{ | ||
"name": "@paypal/paypal-js", | ||
"version": "2.1.0-beta.5", | ||
"version": "2.1.0-beta.6", | ||
"description": "Client-side loader for the PayPal JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/paypal.node.js", |
@@ -12,3 +12,3 @@ import type { ScriptOptions } from './script-options'; | ||
options: ScriptOptions, | ||
PromisePonyfill? : PromiseConstructor | ||
PromisePonyfill? : PromiseConstructorLike | ||
): Promise<PayPalNamespace | null>; | ||
@@ -19,4 +19,6 @@ | ||
interface Window { | ||
paypal?: PayPalNamespace; | ||
declare global { | ||
interface Window { | ||
paypal?: PayPalNamespace; | ||
} | ||
} |
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
70103
1085