
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@crccheck/pino-prettypy
Advanced tools
A wrapper around pino-pretty that adds Python logging level transformation.
⚠️ Note: This is a toy project and is not actively maintained. It was vibe coded with an LLM.
This tool transforms Python logging levels to Pino levels, allowing you to prettify Python logs that use levelname with pino-pretty.
Python → Pino level mapping:
DEBUG → 20INFO → 30WARNING → 40ERROR → 50CRITICAL → 60npm install -g @crccheck/pino-prettypy
Or use with npx:
npx @crccheck/pino-prettypy
Pipe your Python JSON logs through pino-prettypy:
cat your-python-logs.jsonl | pino-prettypy
All pino-pretty options are supported:
cat your-python-logs.jsonl | pino-prettypy -t -c
"levelname":"INFO" → "level":30ISC
This project includes code from pino-pretty, which is licensed under the MIT License.
Chris Chang github@crccheck.com
FAQs
A wrapper around pino-pretty
We found that @crccheck/pino-prettypy 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.
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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.