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

@lifi/types

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lifi/types - npm Package Compare versions

Comparing version 16.0.0 to 16.0.1-beta.0

2

package.json
{
"name": "@lifi/types",
"description": "Types for the LI.FI stack",
"version": "16.0.0",
"version": "16.0.1-beta.0",
"files": [

@@ -6,0 +6,0 @@ "src",

import type { BridgeDefinition } from './bridges.js';
import type { Chain, ChainId, ChainKey, ChainType } from './chains/index.js';
import type { ExchangeDefinition } from './exchanges.js';
import type { Action, LiFiStep, StepToolDetails } from './step.js';
import type { Action, Estimate, LiFiStep, StepToolDetails } from './step.js';
import type { Token } from './tokens/index.js';

@@ -379,4 +379,8 @@ /**

};
export type StatusStepTransaction = {
estimate: Estimate;
};
export interface FullStatusData extends StatusData {
transactionId: string;
stepTransaction?: StatusStepTransaction;
sending: ExtendedTransactionInfo;

@@ -383,0 +387,0 @@ receiving: PendingReceivingInfo | ExtendedTransactionInfo;

import type { BridgeDefinition } from './bridges.js'
import type { Chain, ChainId, ChainKey, ChainType } from './chains/index.js'
import type { ExchangeDefinition } from './exchanges.js'
import type { Action, LiFiStep, StepToolDetails } from './step.js'
import type { Action, Estimate, LiFiStep, StepToolDetails } from './step.js'
import type { Token } from './tokens/index.js'

@@ -520,4 +520,9 @@

export type StatusStepTransaction = {
estimate: Estimate
}
export interface FullStatusData extends StatusData {
transactionId: string
stepTransaction?: StatusStepTransaction
sending: ExtendedTransactionInfo

@@ -524,0 +529,0 @@ receiving: PendingReceivingInfo | ExtendedTransactionInfo

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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