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

@deepcode/tsc

Package Overview
Dependencies
Maintainers
3
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.13 to 2.0.14

3

CHANGELOG.md

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

2

package.json
{
"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",

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