New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swp/pay-sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swp/pay-sdk - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

dist/main.js

@@ -772,4 +772,6 @@ 'use strict';

}
var lastDeposits = caml_array_get(lastPayments$1, i).deposits;
var deposits = p.deposits;
var match = caml_array_get(lastPayments$1, i).deposits;
var lastDeposits = match !== undefined ? match : /* array */[];
var match$1 = p.deposits;
var deposits = match$1 !== undefined ? match$1 : /* array */[];
if (deposits.length !== lastDeposits.length) {

@@ -776,0 +778,0 @@ emitter.emit("new-deposit", checkout);

{
"name": "@swp/pay-sdk",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/main",

@@ -5,0 +5,0 @@ "private": false,

Sorry, the diff of this file is not supported yet

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