New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typescript-gitlab-format

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-gitlab-format - npm Package Compare versions

Comparing version 1.0.0-rc.4 to 1.0.0-rc.5

3

dist/cli.js

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

}
if (output.length > 0) {
process.exitCode = 1;
}
process.stdout.write(JSON.stringify(output));
});
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tsc_output_parser_1 = require("@aivenio/tsc-output-parser");
var node_crypto_1 = require("node:crypto");
function format(input) {

@@ -13,2 +14,3 @@ var foo = (0, tsc_output_parser_1.parse)(input);

severity: 'major',
fingerprint: (0, node_crypto_1.createHash)("sha256").update(inputItem.value.path.value + ":" + inputItem.value.tsError.value.errorString).digest("hex"),
location: {

@@ -15,0 +17,0 @@ path: inputItem.value.path.value,

2

package.json
{
"name": "typescript-gitlab-format",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Convert and filter tsc output into gitlab codeclimate format",

@@ -5,0 +5,0 @@ "keywords": [

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