@stripe/stripe-js
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"description": "Stripe.js loading utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/stripe.js", |
@@ -119,6 +119,8 @@ ///<reference path='./elements/card.d.ts' /> | ||
* Creates a `PaymentRequestButtonElement`. | ||
* | ||
* @docs https://stripe.com/docs/stripe-js/elements/payment-request-button | ||
*/ | ||
create( | ||
elementType: 'paymentRequestButton', | ||
options?: StripePaymentRequestButtonElementOptions | ||
options: StripePaymentRequestButtonElementOptions | ||
): StripePaymentRequestButtonElement; | ||
@@ -125,0 +127,0 @@ |
@@ -67,2 +67,7 @@ ///<reference path='./base.d.ts' /> | ||
}; | ||
/** | ||
* A `PaymentRequest` object used to configure the element. | ||
*/ | ||
paymentRequest: PaymentRequest; | ||
} | ||
@@ -69,0 +74,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
155127
3841
1