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

@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.9.1 to 1.10.0

11

CHANGELOG.md

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

# [1.10.0](https://github.com/NFTX-project/nftxjs/compare/v1.9.1...v1.10.0) (2024-01-08)
### Features
* store nonfngable manager against position ([4d69dff](https://github.com/NFTX-project/nftxjs/commit/4d69dff15d23ef8de61eca05105247cb6ec50ce6))
## [1.9.1](https://github.com/NFTX-project/nftxjs/compare/v1.9.0...v1.9.1) (2024-01-03)

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

2

dist/ts/positions.d.ts

@@ -43,2 +43,4 @@ import type { Address, TokenId } from './web3';

lockedUntil: number;
/** The address of the manager contract for this position */
manager: Address;
};

@@ -45,0 +47,0 @@ /** A user's Inventory Position, essentially a single xNFT */

2

package.json
{
"name": "@nftx/types",
"version": "1.9.1",
"version": "1.10.0",
"description": " ",

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

@@ -44,2 +44,4 @@ import type { Address, TokenId } from './web3';

lockedUntil: number;
/** The address of the manager contract for this position */
manager: Address;
};

@@ -46,0 +48,0 @@

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