stacktracey
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "stacktracey", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -66,3 +66,3 @@ declare interface SourceFile { | ||
clean (): StackTracey | ||
cleanAsync (): StackTracey | ||
cleanAsync (): Promise<StackTracey> | ||
@@ -86,2 +86,2 @@ isClean (entry: Entry, index: number): boolean | ||
export = StackTracey | ||
export = StackTracey |
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
41894
522