
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@arcjet/logger
Advanced tools
Arcjet lightweight logger which mirrors the Pino structured logger interface
@arcjet/loggerArcjet lightweight logger which mirrors the Pino structured logger interface.
This is an internal utility to help us log things. It provides a small interface, a bit like Pino, so that users with custom needs can swap it for their own logger.
You should probably not use this but use one of the alternatives instead. This package matches our current needs which are likely different from yours.
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/logger
import { Logger } from "@arcjet/logger";
const logger = new Logger({ level: "debug" });
logger.debug("only printed in debug mode");
// Logs ✦Aj DEBUG only printed in debug mode
logger.error("%d + %d = %d", 1, 2, 3);
// Logs ✦Aj ERROR 1 + 2 = 3
Log levels can be changed by setting the ARCJET_LOG_LEVEL environment variable
to one of: "DEBUG", "LOG", "WARN", or "ERROR".
FAQs
Arcjet lightweight logger which mirrors the Pino structured logger interface
We found that @arcjet/logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.