stacktracey
Advanced tools
Comparing version 2.0.11 to 2.0.12
{ | ||
"name": "stacktracey", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -47,3 +47,3 @@ declare interface SourceFile { | ||
extractEntryMetadata (e: Entry) | ||
extractEntryMetadata (e: Entry): Entry | ||
@@ -50,0 +50,0 @@ shortenPath (relativePath: string): string |
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
42210