
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
@fatso83/stacktrace-cli
Advanced tools
Retroactively show a source mapped location from a error message
You have such an error in your logs:
https://localhost:56962/app-bundle.js 129:600036 TypeError: Cannot read property 'map' of undefined
If you download app-bundle.js and app-bundle.js.map you can get the original
source lines like this:
$ npx @fatso83/stacktrace-cli dist/app-bundle.js* 129:600036
{
"columnNumber": 56,
"lineNumber": 78,
"fileName": "webpack:///src/store/entities/entities-reducer.js",
"functionName": "getEntitiesById"
}
{
"columnNumber": 56,
"lineNumber": 78,
"fileName": "webpack:///src/store/entities/entities-reducer.js",
"functionName": "map"
}
getEntitiesById is the function the error was thrown. map was the symbol that caused it (undefined called as function).
You don't need to install it now that we have npx (see example), but you can install it globally if you want to:
npm install -g @fatso83/stacktrace-cli
You can then call it as stacktrace-cli wherever you are.
Stacktrace.js is wonderful. In theory. When trying to use it, the docs are missing all the bits on how to get this running. This is my attempt at solving an itch that needed scratching.
This was literally hacked together in 3 hours, so feel free to extract, refactor and package it up as the sweet little thing it could have been.
FAQs
Show source-mapped line numbers
The npm package @fatso83/stacktrace-cli receives a total of 0 weekly downloads. As such, @fatso83/stacktrace-cli popularity was classified as not popular.
We found that @fatso83/stacktrace-cli 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.