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.1.1 to 1.1.2

build/src/metrics.js

2

build/src/Report.js

@@ -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() {

2

package.json
{
"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

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