Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monocart-coverage-reports

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monocart-coverage-reports - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

lib/converter/branches.js

@@ -29,2 +29,5 @@ const Util = require('../utils/util.js');

const findInRanges = (start, end, ranges) => {
if (!Util.isList(ranges)) {
return;
}
const range = quickFindRange(start, ranges);

@@ -31,0 +34,0 @@ if (start >= range.startOffset && end <= range.endOffset) {

2

package.json
{
"name": "monocart-coverage-reports",
"version": "2.0.0",
"version": "2.0.1",
"description": "Monocart coverage reports",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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