Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
istanbul-coverage-display
Advanced tools
React component which can be added to instrumentation build to display coverage report of testing.
React component which can be added to instrumentation build to display coverage report of testing.
To install
npm install istanbul-coverage-display
It has a peer dependency of React 16. This component should be part of the test build only. In the test build, you should be using babel-plugin-istanbul
to instrument the source code. This component has a peer (indirect) dependency on istanbul-lib-coverage
installed by babel-plugin-istanbul
.
There is a bundle.scss which provides default styles.
import 'istanbul-coverage-display/dist/bundle.css'
import { CoverageSummary } from 'istanbul-coverage-display';
All props are optional.
It makes the button invisible by setting opacity to 0. But the button responds to click event and does show up the summary view.
When this callback func is specified, it displays the "Details" button which lets the app navigate to detail coverage page where DetailCoverage component displays more coverage data.
import { CoverageDetail } from 'istanbul-coverage-display';
This shows the detailed coverage report in a tree-table format.
If you just want the coverage object as a processed JSON object for consumption, use
import { getCoverage } from 'istanbul-coverage-display';
There is a demo project for this package. And there is a blog post with more details about why we need this.
FAQs
React component which can be added to instrumentation build to display coverage report of testing.
The npm package istanbul-coverage-display receives a total of 0 weekly downloads. As such, istanbul-coverage-display popularity was classified as not popular.
We found that istanbul-coverage-display demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.