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

@revolut/checkout

Package Overview
Dependencies
Maintainers
5
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.1.8 to 1.1.9

3

cjs/constants.js

@@ -19,2 +19,5 @@ "use strict";

'sv',
'bg',
'ro',
'el',
];

@@ -21,0 +24,0 @@ exports.MODE = {

@@ -17,2 +17,5 @@ var _a;

'sv',
'bg',
'ro',
'el',
];

@@ -19,0 +22,0 @@ export var MODE = {

2

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

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

@@ -1,2 +0,2 @@

export declare const LOCALES: readonly ["en", "nl", "fr", "de", "cs", "it", "lt", "pl", "pt", "es", "hu", "sk", "ja", "sv"];
export declare const LOCALES: readonly ["en", "nl", "fr", "de", "cs", "it", "lt", "pl", "pt", "es", "hu", "sk", "ja", "sv", "bg", "ro", "el"];
export declare const MODE: {

@@ -3,0 +3,0 @@ readonly PRODUCTION: "prod";

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

cashback: boolean;
cashbackAmount: 1000 | 2500;
cashbackAmount: 1000 | 2000;
cashbackCurrency: 'USD' | 'GBP' | 'EUR';

@@ -26,0 +26,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