
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@gaiiaa/logger
Advanced tools
Install package:
# npm
npm install @gaiiaa/logger
# yarn
yarn add @gaiiaa/logger
# pnpm
pnpm install @gaiiaa/logger
# bun
bun install @gaiiaa/logger
# deno
import * as logger from "https://esm.sh/@gaiiaa/logger"
import {
createLogger,
Levels,
gradients
} from "@gaiiaa/logger";
const logger = createLogger({
name: "LOGGER",
level: Levels.DEBUG,
color: gradients.sunset
})
logger("hello world!")
logger.debug("this is a debug message")
logger.info("this is an info message")
logger.warn("uh oh, something could go wrong")
logger.success("it went good!")
logger.fail("it went bad!")
logger.error("an error occurred!")
logger.critical("a critical error occurred!")
logger.fatal("*thanos snap*")
logger.whisper("you can only hear me in debug messages")
logger.say("you can only hear me at LogLevel.INFO")
logger.shout("you can always hear me, even in production")

corepack enablepnpm installpnpm devMade with 💛
Published under MIT License.
FAQs
Isomorphic logging for Node, Deno, and the browser
We found that @gaiiaa/logger 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.