Socket
Socket
Sign inDemoInstall

@nftx/types

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/types - npm Package Compare versions

Comparing version 1.8.0 to 1.8.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.8.2](https://github.com/NFTX-project/nftxjs/compare/v1.8.1...v1.8.2) (2023-12-16)
### Bug Fixes
* rewrite apr calculation logic ([add35e1](https://github.com/NFTX-project/nftxjs/commit/add35e17958b37106962116dad74d9fbffe66c39))
# [1.8.0](https://github.com/NFTX-project/nftxjs/compare/v1.7.0...v1.8.0) (2023-12-13)

@@ -8,0 +19,0 @@

8

dist/ts/pools.d.ts

@@ -39,3 +39,3 @@ import type { Token } from './tokens';

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -46,3 +46,3 @@ apr: {

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -71,3 +71,3 @@ totalValueLocked: bigint;

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -78,3 +78,3 @@ apr: {

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -81,0 +81,0 @@ /** The length of time a position is locked for */

{
"name": "@nftx/types",
"version": "1.8.0",
"version": "1.8.2",
"description": " ",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme",

@@ -38,3 +38,3 @@ import type { Token } from './tokens';

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -45,3 +45,3 @@ apr: {

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -71,3 +71,3 @@ totalValueLocked: bigint;

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -78,3 +78,3 @@ apr: {

'1m': bigint;
all: bigint;
'1y': bigint;
};

@@ -81,0 +81,0 @@ /** The length of time a position is locked for */

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