Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.5.1

build/src/decycle.js

3

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

@@ -92,3 +93,3 @@ try {

catch (e) {
console.error('Issue generating charts');
console.error('Issue generating charts', e);
}

@@ -95,0 +96,0 @@ };

@@ -76,7 +76,5 @@ "use strict";

const { correlatedIssues } = property;
property.issues = [];
for (const issueId of correlatedIssues) {
const targetIssue = this.getIssuesToDisplay().filter((issue) => issue.uuid === issueId)[0];
if (!property.issues) {
property.issues = [];
}
property.issues = [...property.issues, targetIssue];

@@ -83,0 +81,0 @@ }

{
"name": "mythx-report-helper",
"version": "1.5.0",
"version": "1.5.1",
"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