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

istanbul-coverage-display

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-coverage-display - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

14

dist/index.cjs.js

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

fileCoverages.forEach(function (fileCoverage) {
fileCoverage.key = fileCoverage.key.split('/').slice(minSlashes - 1).join();
fileCoverage.key = fileCoverage.key.split('/').slice(minSlashes - 1).join('/');
});

@@ -182,3 +182,4 @@ this.setState({

position: 'fixed',
backgroundColor: 'red'
backgroundColor: 'red',
zIndex: 10000
});

@@ -192,7 +193,12 @@ var hideButtonStyle = Object.assign({}, BaseButtonStyle, {

backgroundColor: 'rgba(0,0,0,.12)',
position: 'fixed'
position: 'fixed',
zIndex: 10000
}, this.getPosition(Padding))
}, React__default.createElement("table", {
border: "1",
cellSpacing: "0"
cellSpacing: "0",
style: {
maxHeight: 400,
overflow: 'scroll'
}
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {

@@ -199,0 +205,0 @@ width: "200"

@@ -125,3 +125,3 @@ import React, { Component } from 'react';

fileCoverages.forEach(function (fileCoverage) {
fileCoverage.key = fileCoverage.key.split('/').slice(minSlashes - 1).join();
fileCoverage.key = fileCoverage.key.split('/').slice(minSlashes - 1).join('/');
});

@@ -177,3 +177,4 @@ this.setState({

position: 'fixed',
backgroundColor: 'red'
backgroundColor: 'red',
zIndex: 10000
});

@@ -187,7 +188,12 @@ var hideButtonStyle = Object.assign({}, BaseButtonStyle, {

backgroundColor: 'rgba(0,0,0,.12)',
position: 'fixed'
position: 'fixed',
zIndex: 10000
}, this.getPosition(Padding))
}, React.createElement("table", {
border: "1",
cellSpacing: "0"
cellSpacing: "0",
style: {
maxHeight: 400,
overflow: 'scroll'
}
}, React.createElement("thead", null, React.createElement("tr", null, React.createElement("th", {

@@ -194,0 +200,0 @@ width: "200"

{
"name": "istanbul-coverage-display",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/index.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/index.esm.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