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

crosslightning-sdk-base

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-sdk-base - npm Package Compare versions

Comparing version 3.1.9 to 3.1.10

2

dist/swaps/ClientSwapContract.js

@@ -803,3 +803,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
if (res.tag !== "payRequest") {
if (res.tag !== "withdrawRequest") {
throw new Error("Not a lnurl-pay");

@@ -806,0 +806,0 @@ }

{
"name": "crosslightning-sdk-base",
"version": "3.1.9",
"version": "3.1.10",
"description": "CrossLightning SDK chain-agnostic base",

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

@@ -1094,3 +1094,3 @@ import * as BN from "bn.js";

}
if(res.tag!=="payRequest") {
if(res.tag!=="withdrawRequest") {
throw new Error("Not a lnurl-pay");

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