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

@web/test-runner-chrome

Package Overview
Dependencies
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-chrome - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

4

dist/ChromeLauncherPage.js

@@ -61,3 +61,5 @@ "use strict";

// when https://github.com/puppeteer/puppeteer/issues/2136 is resolved
const response = (await this.puppeteerPage._client.send('Profiler.takePreciseCoverage'));
const response = (await this.puppeteerPage
._client()
.send('Profiler.takePreciseCoverage'));
const v8Coverage = response.result

@@ -64,0 +66,0 @@ // remove puppeteer specific scripts

{
"name": "@web/test-runner-chrome",
"version": "0.12.0",
"version": "0.12.1",
"publishConfig": {

@@ -48,6 +48,6 @@ "access": "public"

"dependencies": {
"@web/test-runner-core": "^0.10.20",
"@web/test-runner-core": "^0.10.29",
"@web/test-runner-coverage-v8": "^0.5.0",
"chrome-launcher": "^0.15.0",
"puppeteer-core": "^18.2.1"
"puppeteer-core": "^19.8.1"
},

@@ -54,0 +54,0 @@ "devDependencies": {

@@ -86,5 +86,5 @@ import { Page } from 'puppeteer-core';

// when https://github.com/puppeteer/puppeteer/issues/2136 is resolved
const response = (await (this.puppeteerPage as any)._client.send(
'Profiler.takePreciseCoverage',
)) as {
const response = (await (this.puppeteerPage as any)
._client()
.send('Profiler.takePreciseCoverage')) as {
result: V8Coverage[];

@@ -91,0 +91,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