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

@ensofinance/use-defi

Package Overview
Dependencies
Maintainers
13
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ensofinance/use-defi - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

12

index.d.ts

@@ -325,3 +325,3 @@ import { Address, Hash } from 'viem';

};
type API_MultichainResponse = {
type API_CrossChainResponse = {
createdAt: number;

@@ -406,3 +406,3 @@ tx: Transaction & {

type UseMultichainRouteArgs = {
type UseCrossChainRouteArgs = {
sourceChainId: number;

@@ -417,10 +417,10 @@ destinationChainId: number;

};
type UseMultichainRoutePayload = {
type UseCrossChainRoutePayload = {
status: LoadingState;
errorMessage?: string;
tx?: API_MultichainResponse['tx'];
tx?: API_CrossChainResponse['tx'];
execute: TransactionFunc;
};
declare const useMultichainRoute: (args: UseMultichainRouteArgs | undefined) => UseMultichainRoutePayload;
declare const useCrossChainRoute: (args: UseCrossChainRouteArgs | undefined) => UseCrossChainRoutePayload;

@@ -434,2 +434,2 @@ interface UseDeFiContextProviderProps {

export { UseDeFiProvider, useExecutePosition, useMultichainRoute, usePositions };
export { UseDeFiProvider, useCrossChainRoute, useExecutePosition, usePositions };
{
"name": "@ensofinance/use-defi",
"version": "0.2.2",
"version": "0.2.3",
"description": "React hooks library to use with enso shortcuts infrastructure",

@@ -5,0 +5,0 @@ "main": "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