
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
crypto-dip-alert
Advanced tools
A CLI tool that notifies you, when the price of a crypto goes down past a threshold
A CLI tool to monitor the prices of crypto, and notify you when it drops past a threshold you specify.
npm i -g crypto-dip-alert
or yarn global add crypto-dip-alert
to install to your computer.crypto-dip-alert -e
or crypto-dip-alert --env
to view and edit the .env
file according to the instructions given here.crypto-dip-alert
with the right options.This CLI tool has the following synopsis:
Usage: crypto-dip-alert [options]
Options:
-c, --coins <coins> A comma-separated list of coins to track (default: ["BTC","ETH"])
-p, --price <price> A price value to monitor (default: "0.01")
-t, --type <type> "percent" or "cents" (default: "percent")
-l, --list List available Cryptos
-e, --env View and Edit the .env file
-h, --help display help for command
Example 1.
crypto-dip-alert -c ETH,BTC,USDC,EOS
to track ETH
, BTC
, USDC
and EOS
coins.
Example 2.
crypto-dip-alert -c ETH -p 10 -t percent
to track a 10% dip in the price of ETH
.
Example 3.
crypto-dip-alert -l
to list all symbols for available cryptos you can track.
Example 4.
crypto-dip-alert -e
to open/edit the .env
file.
This script is written to make the notification system configurable.
By default, it comes with the following notifications:
See Env Setup for more.
FAQs
A CLI tool that notifies you, when the price of a crypto goes down past a threshold
The npm package crypto-dip-alert receives a total of 0 weekly downloads. As such, crypto-dip-alert popularity was classified as not popular.
We found that crypto-dip-alert 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.