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.4.0 to 1.4.1

2

build/src/metrics.js

@@ -61,3 +61,3 @@ "use strict";

const lastLineCovered = parseInt(Object.keys(fileLineCoverage).pop() || '0', 10);
for (let i = 0; i < lastLineCovered; i++) {
for (let i = 0; i <= lastLineCovered; i++) {
if (fileLineCoverage[i] || fileLineCoverage[i] === 0) {

@@ -64,0 +64,0 @@ lineCoverage[fileName] = [...lineCoverage[fileName], true];

{
"name": "mythx-report-helper",
"version": "1.4.0",
"version": "1.4.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

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