New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nftx/utils

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/utils - npm Package Compare versions

Comparing version 1.15.6 to 2.0.0

16

CHANGELOG.md

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

# [2.0.0](https://github.com/NFTX-project/nftxjs/compare/v1.15.6...v2.0.0) (2024-03-20)
### Code Refactoring
* remove goerli ([72c021d](https://github.com/NFTX-project/nftxjs/commit/72c021df66b614bbbf979a94c3956225f9c9c9c0))
### BREAKING CHANGES
* all references to goerli have been removed
## [1.15.6](https://github.com/NFTX-project/nftxjs/compare/v1.15.5...v1.15.6) (2024-03-18)

@@ -8,0 +24,0 @@

12

package.json
{
"name": "@nftx/utils",
"version": "1.15.6",
"version": "2.0.0",
"description": "",

@@ -32,7 +32,7 @@ "homepage": "https://github.com/NFTX-project/nftxjs",

"dependencies": {
"@nftx/abi": "^1.1.2",
"@nftx/config": "^1.15.5",
"@nftx/constants": "^1.15.5",
"@nftx/errors": "^1.6.0",
"@nftx/types": "^1.15.6",
"@nftx/abi": "^2.0.0",
"@nftx/config": "^2.0.0",
"@nftx/constants": "^2.0.0",
"@nftx/errors": "^2.0.0",
"@nftx/types": "^2.0.0",
"abitype": "0.9.8",

@@ -39,0 +39,0 @@ "keccak256": "^1.0.6",

@@ -20,3 +20,3 @@ import { WeiPerEther, Zero } from '@nftx/constants';

now,
network: Network.Goerli,
network: Network.Sepolia,
});

@@ -23,0 +23,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