{"id":21004784,"url":"https://github.com/halfzebra/stack-trace-beautifier","last_synced_at":"2025-07-24T06:05:35.263Z","repository":{"id":73688873,"uuid":"158293490","full_name":"halfzebra/stack-trace-beautifier","owner":"halfzebra","description":"👓 Decrypt errors from minified code","archived":false,"fork":false,"pushed_at":"2019-01-16T18:02:30.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T14:24:03.672Z","etag":null,"topics":["error-monitoring","sourcemaps","stacktrace"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halfzebra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-19T21:39:28.000Z","updated_at":"2018-11-19T21:41:44.000Z","dependencies_parsed_at":"2023-02-24T01:15:37.521Z","dependency_job_id":null,"html_url":"https://github.com/halfzebra/stack-trace-beautifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/halfzebra/stack-trace-beautifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fstack-trace-beautifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fstack-trace-beautifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fstack-trace-beautifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fstack-trace-beautifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfzebra","download_url":"https://codeload.github.com/halfzebra/stack-trace-beautifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fstack-trace-beautifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266801429,"owners_count":23986371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["error-monitoring","sourcemaps","stacktrace"],"created_at":"2024-11-19T08:37:54.136Z","updated_at":"2025-07-24T06:05:35.218Z","avatar_url":"https://github.com/halfzebra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stack-trace-beautifier\n\nA library for beautifying [stacktracejs/error-stack-parser](https://github.com/stacktracejs/error-stack-parser) stack-traces from minified client-side JavaScript using source-maps on the back-end.\n\nHeavily inspired by [stacktracejs/stacktrace-gps](https://github.com/stacktracejs/stacktrace-gps)\n\n## Usage\n\n### Node.js\n\n```js\nconst { createStackTraceBeautifier, stackTraceToString } = require('stack-trace-beautifier');\n\nconst stackTraceBeautifierInstance = createStackTraceBeautifier({\n  sourceMapsPath: './maps',\n  publicPath: '/',\n  cache: new Map()\n});\n\nstackTraceBeautifierInstance.beautifyStackTrace(stackFrames)\n      .then(stackTraceToString)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fstack-trace-beautifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfzebra%2Fstack-trace-beautifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fstack-trace-beautifier/lists"}