Socket
Socket
Sign inDemoInstall

@stripe/stripe-js

Package Overview
Dependencies
Maintainers
8
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stripe/stripe-js - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc