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

crosslightning-base

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-base - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

3

dist/swaps/SwapContract.d.ts

@@ -107,3 +107,4 @@ /// <reference types="node" />

getTxStatus(tx: TX): Promise<"not_found" | "pending" | "success" | "reverted">;
sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforeTxReplace?: (previousTx: TX, previousTxId: string, newTx: TX, newTxId: string) => Promise<void>): Promise<string[]>;
sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforePublish?: (tx: TX, txId: string, rawTx: string) => Promise<void>): Promise<string[]>;
onBeforeTxReplace(callback: (oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>): any;
}
{
"name": "crosslightning-base",
"version": "4.0.2",
"version": "4.0.3",
"description": "Base classes and interfaces of SolLightning",

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

@@ -137,4 +137,6 @@ import {SwapData} from "./SwapData";

sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforeTxReplace?: (previousTx: TX, previousTxId: string, newTx: TX, newTxId: string) => Promise<void>): Promise<string[]>;
sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforePublish?: (tx: TX, txId: string, rawTx: string) => Promise<void>): Promise<string[]>;
onBeforeTxReplace(callback: (oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>);
}
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