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

@lifi/sdk

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lifi/sdk - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

4

dist/cjs/execution/RouteExecutionManager.js

@@ -94,2 +94,6 @@ "use strict";

step.action.fromAmount = previousStep.execution.toAmount;
if (step.includedSteps?.length) {
step.includedSteps[0].action.fromAmount =
previousStep.execution.toAmount;
}
}

@@ -96,0 +100,0 @@ try {

2

dist/cjs/version.d.ts
export declare const name = "@lifi/sdk";
export declare const version = "2.5.1";
export declare const version = "2.5.2";

@@ -5,2 +5,2 @@ "use strict";

exports.name = '@lifi/sdk';
exports.version = '2.5.1';
exports.version = '2.5.2';

@@ -88,2 +88,6 @@ import ConfigService from '../services/ConfigService';

step.action.fromAmount = previousStep.execution.toAmount;
if (step.includedSteps?.length) {
step.includedSteps[0].action.fromAmount =
previousStep.execution.toAmount;
}
}

@@ -90,0 +94,0 @@ try {

export declare const name = "@lifi/sdk";
export declare const version = "2.5.1";
export declare const version = "2.5.2";
export const name = '@lifi/sdk';
export const version = '2.5.1';
export const version = '2.5.2';
{
"name": "@lifi/sdk",
"version": "2.5.1",
"version": "2.5.2",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",

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

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