
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
website-status
Advanced tools
A powerful Node.js package to check website availability and send optional Discord notifications.
✅ Free to use! 🌍 A powerful Node.js package to check website availability and send iscord notifications. Supports scheduled monitoring with custom intervals!
npm install -g website-status
npm install website-status
site-checker https://utku.berkaykoc.net
📌 Output:
✅ https://utku.berkaykoc.net is UP!
or
❌ https://utku.berkaykoc.net is DOWN!
If you want to receive a Discord notification when a site is down or up, provide a Webhook URL:
site-checker https://utku.berkaykoc.net https://discord.com/api/webhooks/your-webhook-url
📌 If no webhook is provided, it will only print the result in the terminal.
You can set a monitoring interval and specify how many times to repeat the check.
site-checker <URL> <Webhook (optional)> <Interval in seconds (optional)> <Loop count (optional)>
📌 Examples:
# Check every 30 seconds, repeat 3 times
site-checker https://utku.berkaykoc.net null 30 3
# Check every 60 seconds, repeat 10 times
site-checker https://utku.berkaykoc.net null 60 10
# Check every 45 seconds, repeat 5 times, and send Discord notifications
site-checker https://utku.berkaykoc.net https://discord.com/api/webhooks/your-webhook-url 45 5
# If no interval or loopCount is given, it runs only once
site-checker https://utku.berkaykoc.net
npm install website-status
const { isSiteAvailable } = require("website-status");
isSiteAvailable("https://example.com");
isSiteAvailable("https://example.com", "https://discord.com/api/webhooks/your-webhook-url");
isSiteAvailable("https://example.com", null, 60, 5); // Check every 60 seconds, 5 times
Contributions are welcome! Fork the repository, create a branch, make changes, and submit a PR. 🚀
This project is licensed under the MIT License.
🚀 Happy Coding! 🎮✨
FAQs
A powerful Node.js package to check website availability and send optional Discord notifications.
The npm package website-status receives a total of 6 weekly downloads. As such, website-status popularity was classified as not popular.
We found that website-status 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.