@deepcode/tsc
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -0,1 +1,4 @@ | ||
## [2.0.14] - 2020-12-07 | ||
- New fields with timing and file coverage | ||
## [2.0.13] - 2020-12-01 | ||
@@ -2,0 +5,0 @@ - New fields related to CWE in analysis results |
@@ -53,5 +53,16 @@ import { Log } from 'sarif'; | ||
} | ||
interface ICoverage { | ||
files: number; | ||
isSupported: boolean; | ||
lang: string; | ||
} | ||
export interface IAnalysisResult { | ||
suggestions: ISuggestions; | ||
files: IAnalysisFiles; | ||
timing: { | ||
analysis: number; | ||
fetchingCode: number; | ||
queue: number; | ||
}; | ||
coverage: ICoverage[]; | ||
} | ||
@@ -58,0 +69,0 @@ export interface IBundleArgs { |
{ | ||
"name": "@deepcode/tsc", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "Typescript consumer of Deepcode public API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
118019
1673