@paypal/react-paypal-js
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import React from "react"; | ||
import PropTypes from "prop-types"; | ||
@@ -13,3 +13,3 @@ import type { PayPalScriptOptions } from "@paypal/paypal-js/types/script-options"; | ||
options: PayPalScriptOptions; | ||
children: Node; | ||
children: React.ReactNode; | ||
} | ||
@@ -16,0 +16,0 @@ declare function PayPalScriptProvider({ options, children }: ScriptProviderProps): JSX.Element; |
{ | ||
"name": "@paypal/react-paypal-js", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "React components for the PayPal JS SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
67417