
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
Install package:
# npm
npm install errx
# pnpm
pnpm install errx
import { captureRawStackTrace, captureStackTrace, parseRawStackTrace } from 'errx'
// returns raw string stack trace
captureRawStackTrace()
// returns parsed stack trace
captureStackTrace()
console.log(captureStackTrace())
// [{
// function: undefined,
// source: 'file:///code/danielroe/errx/playground/index.js',
// line: '5',
// column: '13'
// }]
corepack enablepnpm installpnpm devMade with ❤️
Published under MIT License.
FAQs
Zero dependency library to capture and parse stack traces in Node, Bun and Deno
The npm package errx receives a total of 1,443,286 weekly downloads. As such, errx popularity was classified as popular.
We found that errx 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.