get-stack-trace
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -10,3 +10,3 @@ { | ||
}, | ||
"description": "V8 stack traces", | ||
"description": "Stack traces as an array of stack frames with source maps support.", | ||
"devDependencies": { | ||
@@ -41,3 +41,3 @@ "@semantic-release/commit-analyzer": "^11.0.0", | ||
"types": "./dist/index.d.ts", | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
} |
@@ -7,3 +7,3 @@ # get-stack-trace | ||
[V8 stack traces](https://github.com/v8/v8/wiki/Stack-Trace-API) as an object. | ||
Stack traces as an array of stack frames with source maps support. | ||
@@ -10,0 +10,0 @@ ## Usage |
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
11922