mythx-report-helper
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,3 @@ "use strict"; | ||
const util_1 = require("util"); | ||
const metrics_1 = require("./metrics"); | ||
class Report { | ||
@@ -20,2 +21,3 @@ constructor(issues, input) { | ||
this.originalIssues && this.input && this.sortFileNames(); | ||
this.issuesWithMetrics = this.originalIssues && metrics_1.processMetrics(this.originalIssues); | ||
} | ||
@@ -22,0 +24,0 @@ setupSourceFiles() { |
{ | ||
"name": "mythx-report-helper", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TS helper to manage mythx reports", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43903
11
379