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

@web/test-runner-coverage-v8

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-coverage-v8 - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

8

CHANGELOG.md
# @web/test-runner-coverage-v8
## 0.4.6
### Patch Changes
- 3885b33e: configure timeout for fetching source maps for code coverage
- Updated dependencies [3885b33e]
- @web/test-runner-core@0.10.9
## 0.4.5

@@ -4,0 +12,0 @@

2

dist/index.js

@@ -63,3 +63,3 @@ "use strict";

catch (error) {
console.error(`Error while code coverage for ${entry.url}. Are the source maps correct?`);
console.error(`Error while generating code coverage for ${entry.url}.`);
console.error(error);

@@ -66,0 +66,0 @@ }

{
"name": "@web/test-runner-coverage-v8",
"version": "0.4.5",
"version": "0.4.6",
"publishConfig": {

@@ -45,3 +45,3 @@ "access": "public"

"dependencies": {
"@web/test-runner-core": "^0.10.8",
"@web/test-runner-core": "^0.10.9",
"istanbul-lib-coverage": "^3.0.0",

@@ -48,0 +48,0 @@ "picomatch": "^2.2.2",

@@ -77,3 +77,3 @@ import { extname, join, isAbsolute, sep, posix } from 'path';

} catch (error) {
console.error(`Error while code coverage for ${entry.url}. Are the source maps correct?`);
console.error(`Error while generating code coverage for ${entry.url}.`);
console.error(error);

@@ -80,0 +80,0 @@ }

Sorry, the diff of this file is not supported yet

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