Socket
Socket
Sign inDemoInstall

@stripe/stripe-js

Package Overview
Dependencies
Maintainers
18
Versions
126
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 3.1.0 to 3.2.0

8

dist/api/confirmation-tokens.d.ts

@@ -85,2 +85,10 @@ import {StripeElements} from '../stripe-js';

billing_details?: PaymentMethodCreateParams.BillingDetails;
/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Specifies if the PaymentMethod should be redisplayed when using the Saved Payment Method feature
*/
allow_redisplay?: 'always' | 'limited' | 'unspecified';
};

@@ -87,0 +95,0 @@

2

dist/index.js

@@ -45,3 +45,3 @@ 'use strict';

name: 'stripe-js',
version: "3.1.0",
version: "3.2.0",
startTime: startTime

@@ -48,0 +48,0 @@ });

@@ -61,3 +61,3 @@ 'use strict';

name: 'stripe-js',
version: "3.1.0",
version: "3.2.0",
startTime: startTime

@@ -64,0 +64,0 @@ });

@@ -907,2 +907,16 @@ import {

paymentMethodTypes?: string[];
/**
* The Stripe account ID which is the business of record.
*
* @docs https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-onBehalfOf
*/
onBehalfOf?: string;
/**
* The Stripe account ID which is the business of record.
*
* @docs https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-onBehalfOf
*/
on_behalf_of?: string;
}

@@ -909,0 +923,0 @@

@@ -1427,2 +1427,5 @@ import {

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Specifies if the PaymentMethod should be redisplayed when using the Saved Payment Method feature

@@ -1429,0 +1432,0 @@ */

{
"name": "@stripe/stripe-js",
"version": "3.1.0",
"version": "3.2.0",
"description": "Stripe.js loading utility",

@@ -5,0 +5,0 @@ "repository": "github:stripe/stripe-js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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