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 3.0.5 to 3.0.6

2

dist/swaps/SwapData.d.ts

@@ -26,3 +26,3 @@ import { ChainSwapType } from "./ChainSwapType";

abstract getTxoHash(): string;
abstract setTxoHash(): string;
abstract setTxoHash(txoHash: string): void;
abstract getSecurityDeposit(): BN;

@@ -29,0 +29,0 @@ abstract getClaimerBounty(): BN;

{
"name": "crosslightning-base",
"version": "3.0.5",
"version": "3.0.6",
"description": "Base classes and interfaces of SolLightning",

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

@@ -48,3 +48,3 @@ import {ChainSwapType} from "./ChainSwapType";

abstract setTxoHash(): string;
abstract setTxoHash(txoHash: string): void;

@@ -51,0 +51,0 @@ abstract getSecurityDeposit(): BN;

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