Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@revolut/checkout

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolut/checkout - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "@revolut/checkout",
"version": "1.0.10",
"version": "1.0.11",
"description": "RevolutCheckout.js as npm module",

@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>",

@@ -47,3 +47,3 @@ import { MODE } from './constants';

/** Controls the language of the text in the widget method */
locale: Locale;
locale?: Locale;
/** Callback will be called when the payment is completed successfully */

@@ -154,3 +154,3 @@ onSuccess?: () => void;

createCardField: (options?: CardFieldOptions) => RevolutCheckoutCardField;
/** @private */
/** Accept payments via Revolut pay */
revolutPay?: (options: RevolutPayOptions) => RevolutCheckoutInstance;

@@ -157,0 +157,0 @@ /** Accept payments via the W3C payment request API */

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