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

@hedia/test

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hedia/test - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

2

package.json
{
"name": "@hedia/test",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Custom Test Reporters",

@@ -5,0 +5,0 @@ "type": "module",

@@ -26,5 +26,7 @@ import { attr, element, render } from "@hedia/html";

console.log("file", file);
const uncoveredLines = file.lines
.filter((line) => line.count === 0)
.map((line) => line.line);
for (const lineNumber of file.uncoveredLineNumbers) {
for (const lineNumber of uncoveredLines) {
const entry = sourceMap.findOrigin(lineNumber, 1);

@@ -31,0 +33,0 @@

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