stacktracey
Advanced tools
Comparing version 1.2.109 to 1.2.110
{ | ||
"name": "stacktracey", | ||
"version": "1.2.109", | ||
"version": "1.2.110", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -21,3 +21,4 @@ # StackTracey | ||
- [Better exception reporting](https://github.com/xpl/ololog#pretty-printing-error-instances) for Node and browsers | ||
- [Error overlay UIs](https://github.com/xpl/panic-overlay/#how-it-looks) for easier front-end development | ||
- [Better error reporting](https://github.com/xpl/ololog#pretty-printing-error-instances) for Node projects | ||
- [Advanced logging](https://github.com/xpl/ololog#displaying-call-location) (displaying call locations) | ||
@@ -246,4 +247,5 @@ - Assertion printing | ||
- [Ololog](https://github.com/xpl/ololog) — a better `console.log` for the log-driven debugging junkies! | ||
- [CCXT](https://github.com/ccxt-dev/ccxt) — a cryptocurrency trading library that supports 85+ exchanges | ||
- [CCXT](https://github.com/ccxt-dev/ccxt) — a cryptocurrency trading library that supports 130+ exchanges | ||
- [pnpm](https://github.com/pnpm/pnpm) — a fast, disk space efficient package manager (faster than npm and Yarn!) | ||
- [panic-overlay](https://github.com/xpl/panic-overlay/) — a lightweight standalone alternative to `react-error-overlay` | ||
36488
250