
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.
@spokedev/healthchicken
Advanced tools
[](https://gitlab.spokedev.xyz/products/marketplace/healthchicken/commits/master) [;
const express = require("express");
const app = express();
app.use(healthchicken({
serviceName: "cats_n_chickens"
}))
// we now have routes at `cats_n_chickens/healthcheck/ready` and `cats_n_chickens/healthcheck/ping`
const healthchicken = require("healthchicken");
const express = require("express");
const app = express();
app.use(healthchicken({
serviceName: "cats_n_chickens",
dependentUrls: ["http://some-other.service"]
}))
// `cats_n_chickens/healthcheck/ready` will now ping `http://some-other.service/healthcheck/ping`
// and fail if it doesn't get a 2xx back.
const healthchicken = require("healthchicken");
const express = require("express");
const app = express();
app.use(healthchicken({
serviceName: "cats_n_chickens",
prefix: "deathwatch"
}))
// we now have routes at `cats_n_chickens/deathwatch/ready` and `cats_n_chickens/deathwatch/ping`
If the version is found as an environment variable as SERVICE_VERSION
then it will be output as part of the ready
healthcheck.
FAQs
[](https://gitlab.spokedev.xyz/products/marketplace/healthchicken/commits/master) [![coverage report](https://gitlab.spokedev.xyz/products/marketp
We found that @spokedev/healthchicken demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.