@stripe/stripe-js
Advanced tools
Comparing version 1.52.0 to 1.52.1
@@ -57,3 +57,3 @@ function _typeof(obj) { | ||
name: 'stripe-js', | ||
version: "1.52.0", | ||
version: "1.52.1", | ||
startTime: startTime | ||
@@ -60,0 +60,0 @@ }); |
@@ -61,3 +61,3 @@ 'use strict'; | ||
name: 'stripe-js', | ||
version: "1.52.0", | ||
version: "1.52.1", | ||
startTime: startTime | ||
@@ -64,0 +64,0 @@ }); |
@@ -41,3 +41,3 @@ var V3_URL = 'https://js.stripe.com/v3'; | ||
name: 'stripe-js', | ||
version: "1.52.0", | ||
version: "1.52.1", | ||
startTime: startTime | ||
@@ -44,0 +44,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
name: 'stripe-js', | ||
version: "1.52.0", | ||
version: "1.52.1", | ||
startTime: startTime | ||
@@ -48,0 +48,0 @@ }); |
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "1.52.0", | ||
"version": "1.52.1", | ||
"description": "Stripe.js loading utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/stripe.js", |
@@ -295,2 +295,37 @@ import {StripeElement, StripeElements} from '../stripe-js'; | ||
account_type: string; | ||
/** | ||
* The name of the bank. | ||
*/ | ||
bank_name: string; | ||
/** | ||
* The ID of the Financial Connections Account used to create the payment method. | ||
*/ | ||
financial_connections_account: string; | ||
/** | ||
* Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. | ||
*/ | ||
fingerprint: string; | ||
/** | ||
* Last four digits of the bank account number. | ||
*/ | ||
last4: string; | ||
/** | ||
* Contains information about US bank account networks that can be used. | ||
*/ | ||
networks: { | ||
/** | ||
* The preferred network. | ||
*/ | ||
preferred: string; | ||
/** | ||
* All supported networks. | ||
*/ | ||
supported: string[]; | ||
}; | ||
} | ||
@@ -297,0 +332,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
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
427880
11536