Socket
Socket
Sign inDemoInstall

istanbul-reports

Package Overview
Dependencies
9
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

9

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

## [3.1.7](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.6...istanbul-reports-v3.1.7) (2024-02-19)
### Bug Fixes
* **ux:** address bug with firefox event handling ([2207a87](https://github.com/istanbuljs/istanbuljs/commit/2207a87ec978b7637d8b55de2ff887e462bd48d3))
## [3.1.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.5...istanbul-reports-v3.1.6) (2023-07-25)

@@ -260,3 +267,3 @@

* update dependendencies due to vulnerabilities ([#294](https://github.com/istanbuljs/istanbuljs/issues/294)) ([4c14fed](https://github.com/istanbuljs/istanbuljs/commit/4c14fed))
* update dependencies due to vulnerabilities ([#294](https://github.com/istanbuljs/istanbuljs/issues/294)) ([4c14fed](https://github.com/istanbuljs/istanbuljs/commit/4c14fed))

@@ -263,0 +270,0 @@

4

lib/html/annotator.js

@@ -151,3 +151,3 @@ /*

branchArray.length === 2 &&
// Check if the implicit else branch is unnacounted for.
// Check if the implicit else branch is unaccounted for.
metaArray.length === 1 &&

@@ -211,3 +211,3 @@ // Check if the implicit else branch is uncovered.

// 'if' is a special case
// since the else branch might not be visible, being non-existent
// since the else branch might not be visible, being nonexistent
text.insertAt(

@@ -214,0 +214,0 @@ startCol,

@@ -89,3 +89,3 @@ 'use strict';

Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>

@@ -92,0 +92,0 @@ </template>

{
"name": "istanbul-reports",
"version": "3.1.6",
"version": "3.1.7",
"description": "istanbul reports",

@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

# istanbul-reports
[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-reports.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-reports.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-reports)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-reports.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-reports)

@@ -6,0 +6,0 @@ - node.getRelativeName

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc