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.0 to 2.0.0-alpha.1

2

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

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

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

console.log("file", file);
for (const lineNumber of file.uncoveredLineNumbers) {

@@ -69,4 +71,8 @@ const entry = sourceMap.findOrigin(lineNumber, 1);

console.log("sourceMappingURL", sourceMappingURL);
const sourceMappingFile = resolve(dirname(path), sourceMappingURL);
console.log("sourceMappingFile", sourceMappingFile);
const json = readFileSync(sourceMappingFile, "utf8");

@@ -73,0 +79,0 @@ const payload = JSON.parse(json);

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