🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sarif-codeclimate

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sarif-codeclimate - npm Package Compare versions

Comparing version

to
2.1.2

0

out/bin/sarif-codeclimate.d.ts
#!/usr/bin/env node
export {};

3

out/bin/sarif-codeclimate.js

@@ -37,2 +37,5 @@ #!/usr/bin/env node

}
else {
console.log((0, colors_1.red)('No data to write'));
}
// Display errors from the parser if debug mode is enabled

@@ -39,0 +42,0 @@ const parsingErrors = convertResult.parseResult?.errors ?? [];

@@ -0,0 +0,0 @@ export type ConvertResult = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
import { ConvertResult } from '..';
export declare function convert(pathToSariFile: string): ConvertResult;

@@ -0,0 +0,0 @@ "use strict";

import { ParseResult, SarifObject } from '..';
export declare function parse(sarifObject: SarifObject): ParseResult;

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "sarif-codeclimate",
"version": "2.1.1",
"version": "2.1.2",
"description": "Convert your SARIF output into a readable JSON compatible with GitLab Code Climate Tool",

@@ -5,0 +5,0 @@ "main": "out/lib/converter.js",

@@ -0,0 +0,0 @@ <h1 align="center" style="color:#1b4c17">

Sorry, the diff of this file is not supported yet