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.2 to 1.5.3

13

build/src/Report.js

@@ -41,3 +41,16 @@ "use strict";

this.indexIssuesByProperty();
this.processUnsupportedCheatCodeIssues();
}
processUnsupportedCheatCodeIssues() {
this.unsupportedCheatCodeIssues = [];
for (let i = 0; i < this.meta.length; i++) {
if (!this.meta[i].otherIssues ||
!this.meta[i].otherIssues.unsupportedCheatCode) {
continue;
}
if (this.meta[i].otherIssues.unsupportedCheatCode) {
this.unsupportedCheatCodeIssues.push(...this.meta[i].otherIssues.unsupportedCheatCode);
}
}
}
updateIssues(issues, input, filter) {

@@ -44,0 +57,0 @@ this.originalIssues = issues;

2

package.json
{
"name": "mythx-report-helper",
"version": "1.5.2",
"version": "1.5.3",
"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

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