A Node.js module that returns an array of V8 CallSite objects representing a captured stack trace. It is useful for inspecting stack frames from an Error object, for example to read file names, line and column numbers, and other per-frame details.
Project status
- The GitHub upstream (defunctzombie/node-stackback) is marked as archived, with the last upstream push on 2013-10-16, indicating it is not actively maintained.
- There were only two recorded updates in the recent history provided, both in 2012 (v0.0.1 on 2012-10-08, v0.0.2 on 2012-10-10), and no subsequent updates are evidenced after that period.
AI summary generated Today
Recent updates
v0.0.2
10/10/2012v0.0.2 includes changes to how stack traces are captured and formatted, introducing internal stack formatting logic and caching of callsite frames. The release notes section is empty, so the behavioral differences in the actual implementation are not documented.
Featuresv0.0.1
10/8/2012This release is version v0.0.1 and includes no publisher-provided release notes. As a result, there is no documented information about new features, bug fixes, breaking changes, or dependency/security updates in the provided data.