mythx-report-helper
Advanced tools
Comparing version 1.5.1 to 1.5.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("./decycle"); | ||
exports.processMetrics = (analysesIssues) => { | ||
@@ -5,0 +4,0 @@ try { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const Issue_1 = require("./Issue"); | ||
const util_1 = require("util"); | ||
const metrics_1 = require("./metrics"); | ||
@@ -357,3 +356,3 @@ class Report { | ||
sortFileNames() { | ||
if (!this.sourceFilesNames || !util_1.isArray(this.sourceFilesNames)) { | ||
if (!this.sourceFilesNames || !Array.isArray(this.sourceFilesNames)) { | ||
this.sortedFileNames = this.sourceFilesNames; | ||
@@ -360,0 +359,0 @@ } |
{ | ||
"name": "mythx-report-helper", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "TS helper to manage mythx reports", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61782
677