
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.
uptime-grove
Advanced tools
An Uptime plugin that sends notifications to the Grove.io IRC service
__ .__
__ _________/ |_|__| _____ ____ ___________ _______ __ ____
| | \____ \ __\ |/ \_/ __ \ ______ / ___\_ __ \/ _ \ \/ // __ \
| | / |_> > | | | Y Y \ ___/ /_____/ / /_/ > | \( <_> ) /\ ___/
|____/| __/|__| |__|__|_| /\___ > \___ /|__| \____/ \_/ \___ >
|__| \/ \/ /_____/ \/
An Uptime plugin that sends notifications to the Grove.io IRC service. Supports sending each of Uptime's notice types to a list of Grove channels.
Download and install the node package.
$ npm install uptime-grove
To enable the plugin, place the following in ./plugins/index.js
exports.init = function() {
require('uptime-grove').init();
}
Then configure the plugin with your Uptime site. Here is an example.
grove:
event:
up:
- 'ieuPAr8UIQ24NAeqV1r9s0pHBHR7RTL9wq'
down:
- 'ieuPAr8UIQ24NAeqV1r9s0pHBHR7RTL9wq'
paused:
restarted:
dashboardUrl: 'http://localhost:8082'
This code is derived from Paul Dixon's uptime-webhooks.
FAQs
An Uptime plugin that sends notifications to the Grove.io IRC service
The npm package uptime-grove receives a total of 0 weekly downloads. As such, uptime-grove popularity was classified as not popular.
We found that uptime-grove 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.
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.