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 3.0.0 to 3.3.0

11

CHANGELOG.md

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

# [3.3.0](https://github.com/NFTX-project/nftxjs/compare/v3.2.1...v3.3.0) (2024-06-13)
### Features
* include owned token count for collections ([f8ac973](https://github.com/NFTX-project/nftxjs/commit/f8ac97381cdf076baa43196f504d40a80f6d20bb))
# [3.0.0](https://github.com/NFTX-project/nftxjs/compare/v2.4.0...v3.0.0) (2024-05-23)

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

1

dist/ts/collections.d.ts

@@ -16,2 +16,3 @@ import type { Address } from './web3';

tokenCount: number;
ownedTokenCount: number;
};

2

package.json
{
"name": "@nftx/types",
"version": "3.0.0",
"version": "3.3.0",
"description": " ",

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

@@ -17,2 +17,3 @@ import type { Address } from './web3';

tokenCount: number;
ownedTokenCount: number;
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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