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

@revolut/checkout

Package Overview
Dependencies
Maintainers
4
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.16 to 1.1.17

2

cjs/versionLoader.js

@@ -12,3 +12,3 @@ "use strict";

return utils_1.loadModule({
src: constants_1.URLS[mode].version,
src: utils_1.getVersionedUrl(constants_1.URLS[mode].version, "" + Date.now()),
id: 'revolut-pay-version',

@@ -15,0 +15,0 @@ name: 'RevolutPayVersion',

import { MODE, URLS } from './constants';
import { loadModule } from './utils';
import { getVersionedUrl, loadModule } from './utils';
var loadedVersion = null;

@@ -10,3 +10,3 @@ export function RevolutPaymentsVersionLoader(mode) {

return loadModule({
src: URLS[mode].version,
src: getVersionedUrl(URLS[mode].version, "" + Date.now()),
id: 'revolut-pay-version',

@@ -13,0 +13,0 @@ name: 'RevolutPayVersion',

{
"name": "@revolut/checkout",
"version": "1.1.16",
"version": "1.1.17",
"description": "RevolutCheckout.js as npm module",

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

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