Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cryptocom/ncw-asset-dashboard-api-types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptocom/ncw-asset-dashboard-api-types - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

15

interfaces.d.ts

@@ -63,2 +63,3 @@ declare namespace api {

totalWantBalance: string;
totalWantBalanceRaw: string;
}

@@ -108,14 +109,2 @@

interface UserSingleFiLendingBalance {
tokenSymbol: string;
supplyBalanceUnderlying: string;
borrowBalanceUnderlying: string;
supplyApy?: string;
borrowApy?: string;
supplyApr?: string;
borrowApr?: string;
underlyingTokenPrice?: string;
underlyingTokenLogo?: string;
}
interface UserFarmBalance {

@@ -457,2 +446,3 @@ tokenAddress?: string;

totalWantBalance: string;
totalWantBalanceRaw: bigint;
totalShareBalanceRaw: bigint;

@@ -471,2 +461,3 @@ totalEarnings: string;

sharesTotal: bigint;
wantBalanceRaw: bigint;
wantBalance: string;

@@ -473,0 +464,0 @@ }

2

package.json
{
"name": "@cryptocom/ncw-asset-dashboard-api-types",
"version": "0.1.5",
"version": "0.1.6",
"description": "Type declarations for NCW Asset Dashboard API",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -6,3 +6,3 @@ # The types for ncw-asset-dashboard-api

```
"@cryptocom/ncw-asset-dashboard-api-types": "0.1.5"
"@cryptocom/ncw-asset-dashboard-api-types": "0.1.6"
```
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