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
271
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 1.13.0 to 1.14.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [1.14.0](https://github.com/lifinance/types/compare/v1.13.0...v1.14.0) (2022-11-09)
### Features
* add support for token symbols in /routes ([#107](https://github.com/lifinance/types/issues/107)) ([b149aa0](https://github.com/lifinance/types/commit/b149aa0f43b3a9e78beb7b2e536979bbb6766ade))
## [1.13.0](https://github.com/lifinance/types/compare/v1.12.0...v1.13.0) (2022-11-09)

@@ -7,0 +14,0 @@

4

dist/api.d.ts

@@ -9,6 +9,6 @@ import { TransactionRequest } from '@ethersproject/providers';

fromAmount: string;
fromTokenAddress: string;
fromToken: string;
fromAddress?: string;
toChainId: number;
toTokenAddress: string;
toToken: string;
toAddress?: string;

@@ -15,0 +15,0 @@ options?: RouteOptions;

@@ -9,6 +9,6 @@ import { TransactionRequest } from '@ethersproject/providers';

fromAmount: string;
fromTokenAddress: string;
fromToken: string;
fromAddress?: string;
toChainId: number;
toTokenAddress: string;
toToken: string;
toAddress?: string;

@@ -15,0 +15,0 @@ options?: RouteOptions;

{
"name": "@lifi/types",
"version": "1.13.0",
"version": "1.14.0",
"description": "Types for the LI.FI stack",

@@ -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