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.
anchor-idl-converter
Advanced tools
Converter for Anchor IDL, convert your IDL from anchor new version to old version
Converter for Anchor IDL, convert your IDL from anchor new version to old version.
This is a simple tool i made to convert new Anchor IDL (anchor v0.30.0+) to old Anchor IDL (anchor v0.29.0-). Im using this tool because some another tools like SolanaFM Local IDL until now still not support the new Anchor IDL.
[!WARNING]
This tools is only hacky solution, and may not work for all cases.
# use with bun
bunx anchor-idl-converter@latest to-old -i contract-idl.json -o converted-idl.json
# or with npm
npx anchor-idl-converter@latest to-old -i contract-idl.json -o converted-idl.json
# or install it globally
npm install -g anchor-idl-converter
anchor-idl-converter to-old -i contract-idl.json -o converted-idl.json
FAQs
Converter for Anchor IDL, convert your IDL from anchor new version to old version
The npm package anchor-idl-converter receives a total of 2 weekly downloads. As such, anchor-idl-converter popularity was classified as not popular.
We found that anchor-idl-converter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.