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.3 to 4.0.4

1

dist/swaps/SwapContract.d.ts

@@ -103,3 +103,2 @@ /// <reference types="node" />

txsTransfer(token: TokenAddress, amount: BN, dstAddress: string): Promise<TX[]>;
getTxId(tx: TX): Promise<string>;
serializeTx(tx: TX): Promise<string>;

@@ -106,0 +105,0 @@ deserializeTx(txData: string): Promise<TX>;

2

package.json
{
"name": "crosslightning-base",
"version": "4.0.3",
"version": "4.0.4",
"description": "Base classes and interfaces of SolLightning",

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

@@ -130,3 +130,3 @@ import {SwapData} from "./SwapData";

getTxId(tx: TX): Promise<string>;
//getTxId(tx: TX): Promise<string>;

@@ -133,0 +133,0 @@ serializeTx(tx: TX): Promise<string>;

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