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.
cryptocurrencies
Advanced tools
A JSON list of all the cryptocurrency symbols and names
The currency list is a JSON file that can be used wherever.
$ npm install --save cryptocurrencies
const cryptocurrencies, {symbols} = require('cryptocurrencies');
cryptocurrencies.BTC;
//=> 'Bitcoin'
console.log(symbols);
//=> ['42', ... 'BTC', 'ETH', 'LTC', ...]
There are currently 12242 cryptocurrencies represented*:
* Last updated: Mon, 22 Apr 2024 16:18:05 GMT
The JSON list, the currency icons, and parts of this README file are auto-generated from the coin list made available by the cryptocompare coinlist API, and can be updated automatically by running:
$ npm run build
:bulb: Note that this build routine synchronously downloads the currency icons and saves them to the images
directory. This means
that the build routine takes a few minutes, since it has to process thousands of images.
MIT © Crypti Team
FAQs
A JSON list of all the cryptocurrency symbols
The npm package cryptocurrencies receives a total of 44 weekly downloads. As such, cryptocurrencies popularity was classified as not popular.
We found that cryptocurrencies demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.