Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@metaplex-foundation/mpl-token-metadata
Advanced tools
This package contains the token vault contract SDK code.
Find the token-metadata API docs published here.
npm install @metaplex-foundation/mpl-token-metadata --save
This will use the new auto-generated API. If you want to use the old deprecated API, you can use the following:
npm install @metaplex-foundation/mpl-token-metadata@^1.2 --save
Alternatively, if you'd like to start using the new API but still have access to the deprecated one, you may use the following:
npm install @metaplex-foundation/mpl-token-metadata@~2.0 --save
And use the deprecated API explicitly like so:
import { deprecated } from "@metaplex-foundation/mpl-token-metadata";
In order to update the generated SDK when the rust contract was updated please run:
yarn api:gen
and then update the wrapper code and tests.
Apache v2.0
FAQs
JavaScript client for Token Metadata
The npm package @metaplex-foundation/mpl-token-metadata receives a total of 92,872 weekly downloads. As such, @metaplex-foundation/mpl-token-metadata popularity was classified as popular.
We found that @metaplex-foundation/mpl-token-metadata demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.