Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deepcode/tsc

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepcode/tsc - npm Package Compare versions

Comparing version 2.0.18 to 2.1.0

dist/gitUtils.d.ts

3

CHANGELOG.md

@@ -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

5

dist/interfaces/analysis-result.interface.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc