Socket
Socket
Sign inDemoInstall

@stripe/stripe-js

Package Overview
Dependencies
Maintainers
12
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.44.1 to 1.45.0

2

dist/pure.esm.js

@@ -57,3 +57,3 @@ function _typeof(obj) {

name: 'stripe-js',
version: "1.44.1",
version: "1.45.0",
startTime: startTime

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

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

name: 'stripe-js',
version: "1.44.1",
version: "1.45.0",
startTime: startTime

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

@@ -41,3 +41,3 @@ var V3_URL = 'https://js.stripe.com/v3';

name: 'stripe-js',
version: "1.44.1",
version: "1.45.0",
startTime: startTime

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

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

name: 'stripe-js',
version: "1.44.1",
version: "1.45.0",
startTime: startTime

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

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

@@ -5,0 +5,0 @@ "main": "dist/stripe.js",

@@ -72,6 +72,3 @@ import {

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Creates a `AddressElement`.
* Creates an `AddressElement`.
*/

@@ -84,5 +81,2 @@ create(

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Looks up a previously created `Element` by its type.

@@ -89,0 +83,0 @@ */

@@ -224,4 +224,4 @@ import {Token, PaymentMethod, Source} from '../api';

* An array of wallet strings.
* Can be one or more of `applePay`, `googlePay` and `browserCard`.
* Use this option to disable Google Pay, Apple Pay and/or browser-saved cards.
* Can be one or more of `applePay`, `googlePay`, `link` and `browserCard`.
* Use this option to disable Apple Pay, Google Pay, Link and/or browser-saved cards.
*/

@@ -285,3 +285,7 @@ disableWallets?: PaymentRequestWallet[];

export type PaymentRequestWallet = 'applePay' | 'googlePay' | 'browserCard';
export type PaymentRequestWallet =
| 'applePay'
| 'googlePay'
| 'link'
| 'browserCard';

@@ -288,0 +292,0 @@ export type PaymentRequestCompleteStatus =

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