stacktracey
Advanced tools
Comparing version 1.2.126 to 1.2.127
{ | ||
"name": "stacktracey", | ||
"version": "1.2.126", | ||
"version": "1.2.127", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -140,2 +140,8 @@ # StackTracey | ||
...or (for pretty printing cleaned output): | ||
```javascript | ||
const prettyPrintedString = new StackTracey (error).clean.pretty | ||
``` | ||
It produces a nice compact table layout (thanks to [`as-table`](https://github.com/xpl/as-table)), supplied with source lines (if available): | ||
@@ -142,0 +148,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37587
256