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

react-solana-nftmint

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-solana-nftmint - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "react-solana-nftmint",
"version": "2.0.2",
"version": "2.0.3",
"description": "UseEffect hook to mint NFT 1/1s",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -61,4 +61,3 @@ # React Solana NFT Mint

{error && <div>{error}</div>}
{uploading && <div>NFT is cooking...</div>}
{uploading && <div>NFT is cooking...</div>}
<button disabled={!ready} onClick={handleMint}>Mint {props.title}</button>

@@ -65,0 +64,0 @@ </div>

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