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

mythx-report-helper

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mythx-report-helper - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

1

build/src/metrics.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("./decycle");
exports.processMetrics = (analysesIssues) => {

@@ -5,0 +4,0 @@ try {

3

build/src/Report.js
"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

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