Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
track-crypto
Advanced tools
`track-crypto` is a tool for displaying live cryptocurrency prices via command-line interface (CLI). It is possible to view prices in the currency of your choice as well as using the coins you wish to use
track-crypto
is a tool for displaying live cryptocurrency prices via command-line interface (CLI). It is possible to view prices in the currency of your choice as well as using the coins you wish to use
You can install track-crypto using npm or you can clone the project and install it from the repository
$ npm i -g track-crypto
$ git clone https://github.com/deephunt3r/track-crypto.git
$ cd track-crypto
$ npm install -g
track key set
to set the API keytrack key show
to check the API keytrack key remove
to remove the API keytrack --help
- display usage informationtrack check price
- display cryptocurrencies
--coin=BTC
- To check price of a particular coins--cur=USD
- To check prices in respective currencyYou will only need Node.js and a node global package, npm, installed in your environement.
Just go on official Node.js website and download the installer.
You can install nodejs and npm easily with apt install
$ sudo apt install nodejs
$ sudo apt install npm
FAQs
`track-crypto` is a tool for displaying live cryptocurrency prices via command-line interface (CLI). It is possible to view prices in the currency of your choice as well as using the coins you wish to use
The npm package track-crypto receives a total of 2 weekly downloads. As such, track-crypto popularity was classified as not popular.
We found that track-crypto demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.