Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@arcjet/logger
Advanced tools
Arcjet lightweight logger which mirrors the Pino structured logger interface
@arcjet/logger
Arcjet lightweight logger which mirrors the Pino structured logger interface.
npm install -S @arcjet/logger
import logger from "@arcjet/logger";
logger.debug("only printed in debug mode");
logger.log("only printed in log mode");
logger.warn("printed in default mode");
// printf-style printing
logger.error("printed always: %s", new Error("oops"));
Log levels can be changed by setting the ARCJET_LOG_LEVEL
environment variable
to one of: "DEBUG"
, "LOG"
, "WARN"
, or "ERROR"
.
Licensed under the Apache License, Version 2.0.
FAQs
Arcjet lightweight logger which mirrors the Pino structured logger interface
The npm package @arcjet/logger receives a total of 752 weekly downloads. As such, @arcjet/logger popularity was classified as not popular.
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 0 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.