Socket
Socket
Sign inDemoInstall

stacktrace-js

Package Overview
Dependencies
5
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

2.0.2

Diff

eriwen
published 2.0.1 •

eriwen
published 2.0.0 •

Changelog

Source

v2.0.0

ES6 Support

ES6 code is now parsed and enhanced!

Extensible StackFrames

StackFrames returned are now able to report on whether a function call was a Constructor, native code, or eval code.

MIT License

The community has voted to change the license of the project to the MIT License

eriwen
published 1.3.1 •

eriwen
published 1.3.0 •

Changelog

Source

v1.3.0

  • Stacktrace.getSync() gets a stack trace, synchronously. It does not attempt to map sources or guess function names, because those typically require network requests.
eriwen
published 1.2.0 •

Changelog

Source

v1.2.0

  • StackTrace.report now accepts an error message argument, and will add a message: "given thing" to the JSON payload if it is provided.
  • Various bug fixes from v1.1.0
eriwen
published 1.1.3 •

eriwen
published 1.1.2 •

eriwen
published 1.1.1 •

eriwen
published 1.1.0 •

Changelog

Source

v1.1.0

Better parsing

Updated error-stack-parser to v1.3 which parses eval stack entries in a better way and fixes a bunch of bugs.

Better resource handling

Updated stacktrace-gps. Now reuses the same instance to avoid duplicate requests for the same resource by default.

Better dev experience

JSCS and automated PR testing have been implemented to ensure consistent styles and quick feedback.

Possibly breaking changes: ErrorStackParser now provides it's own polyfill for Array.map and Array.filter. eval information is will display differently in stack traces.

23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc