🚀 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
2
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.1

out/bin/sarif-codeclimate.d.ts

9

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

@@ -17,3 +17,8 @@ "main": "out/lib/converter.js",

"format": "prettier --write \"src/**/*.[tj]s\"",
"lint": "tslint -p tsconfig.json"
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -20,0 +25,0 @@ "repository": {