🚀 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
1
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
1.0.1

2

bin/sarif-codeclimate.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

const converter = require('../lib/converter');
const parser = require('../lib.parser');
const parser = require('../lib/parser');

@@ -9,0 +9,0 @@ const { data, error, savedToFile } = converter(argv);

@@ -12,4 +12,4 @@ const crypto = require('crypto');

module.exports = parser;
//Generate a random md5 hash for the fingerprint

@@ -91,2 +91,4 @@ const randomMD5 = () => crypto.createHash('md5').update(Math.random().toString()).digest('hex');

}
}
module.exports = parser;
{
"name": "sarif-codeclimate",
"version": "1.0.0",
"description": "COnvert your SARIF output into a readable JSON compatible with GitLab Code Climate Tool",
"version": "1.0.1",
"description": "Convert your SARIF output into a readable JSON compatible with GitLab Code Climate Tool",
"main": "lib/converter.js",

@@ -6,0 +6,0 @@ "bin": {