@deepcode/tsc
Advanced tools
Comparing version 2.0.18 to 2.1.0
@@ -0,1 +1,4 @@ | ||
## [2.1.0] - 2021-01-05 | ||
- Added file field to marker positions for inte-file suggestions | ||
## [2.0.18] - 2020-12-29 | ||
@@ -2,0 +5,0 @@ - Support for special characters in file paths |
@@ -40,5 +40,8 @@ import { Log } from 'sarif'; | ||
} | ||
export interface IMarkerPosition extends IPosition { | ||
file: string; | ||
} | ||
export interface IMarker { | ||
msg: Point; | ||
pos: IPosition[]; | ||
pos: IMarkerPosition[]; | ||
} | ||
@@ -45,0 +48,0 @@ export interface IFileSuggestion extends IPosition { |
@@ -118,3 +118,3 @@ "use strict"; | ||
artifactLocation: { | ||
uri: suggestion.file, | ||
uri: position.file, | ||
uriBaseId: '%SRCROOT%', | ||
@@ -121,0 +121,0 @@ }, |
{ | ||
"name": "@deepcode/tsc", | ||
"version": "2.0.18", | ||
"version": "2.1.0", | ||
"description": "Typescript consumer of Deepcode public API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
127442
43
1829
1