
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@codeboxy/faily
Advanced tools
Send formatted exception emails for Node.js applications.
errory helps you report runtime errors by email with clean, readable HTML templates including:
Perfect for APIs, scripts, cron jobs, admin panels, and internal systems.
npm install errory meily
import { emailException } from "errory";
try {
throw new Error("Database connection failed");
} catch (error) {
emailException(error, {
route: "/users",
method: "GET",
ip: "127.0.0.1"
});
}
MAIL_HOST=
MAIL_PORT=
MAIL_PASSWORD=
MAIL_SECURE=
MAIL_EXCEPTION_TO=
MAIL_EXCEPTION_FROM=
MAIL_EXCEPTION_TO=
FAQs
Send formatted exception emails for Node.js applications
We found that @codeboxy/faily 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.