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

crosslightning-solana

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-solana - npm Package Compare versions

Comparing version 5.2.5 to 5.3.0

8

dist/solana/swaps/SolanaSwapProgram.d.ts

@@ -156,2 +156,6 @@ /// <reference types="node" />

getIntermediaryBalance(address: string, token: PublicKey): Promise<BN>;
getIntermediaryData(address: string, token: PublicKey): Promise<{
balance: BN;
reputation: IntermediaryReputationType;
}>;
toTokenAddress(address: string): TokenAddress;

@@ -163,4 +167,4 @@ getFeeRate(mutableAccounts: PublicKey[]): Promise<string>;

static getStaticFee(feeRate: string): string;
getInitPayInFeeRate(offerer: string, claimer: string, token: PublicKey, paymentHash?: string): Promise<string>;
getInitFeeRate(offerer: string, claimer: string, token: PublicKey, paymentHash?: string): Promise<string>;
getInitPayInFeeRate(offerer?: string, claimer?: string, token?: PublicKey, paymentHash?: string): Promise<string>;
getInitFeeRate(offerer?: string, claimer?: string, token?: PublicKey, paymentHash?: string): Promise<string>;
getRefundFeeRate(swapData: SolanaSwapData): Promise<string>;

@@ -167,0 +171,0 @@ getClaimFeeRate(swapData: SolanaSwapData): Promise<string>;

{
"name": "crosslightning-solana",
"version": "5.2.5",
"version": "5.3.0",
"description": "Solana specific base implementation",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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