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

@metaplex-foundation/mpl-toolbox

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaplex-foundation/mpl-toolbox - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

package.json
{
"name": "@metaplex-foundation/mpl-toolbox",
"version": "0.9.1",
"version": "0.9.2",
"description": "Auto-generated essential Solana and Metaplex programs",

@@ -19,3 +19,3 @@ "main": "dist/src/index.js",

"peerDependencies": {
"@metaplex-foundation/umi": "^0.8.2"
"@metaplex-foundation/umi": ">= 0.8.2 < 1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -1,3 +0,22 @@

# mpl-toolbox
# JavaScript client for Mpl Toolbox
TODO
A Umi-compatible JavaScript library for the project.
## Getting started
1. First, if you're not already using Umi, [follow these instructions to install the Umi framework](https://github.com/metaplex-foundation/umi/blob/main/docs/installation.md).
2. Next, install this library using the package manager of your choice.
```sh
npm install @metaplex-foundation/mpl-toolbox
```
2. Finally, register the library with your Umi instance like so.
```ts
import { mplToolbox } from '@metaplex-foundation/mpl-toolbox';
umi.use(mplToolbox());
```
You can learn more about this library's API by reading its generated [TypeDoc documentation](https://mpl-toolbox-js-docs.vercel.app).
## Contributing
Check out the [Contributing Guide](./CONTRIBUTING.md) the learn more about how to contribute to this library.
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