New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@web/test-runner-chrome

Package Overview
Dependencies
Maintainers
7
Versions
94
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.14.0 to 0.14.1

2

dist/ChromeLauncher.js

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

if (!this.debugBrowser || !this.debugBrowserContext) {
this.debugBrowser = await this.launchBrowser({ devtools: true });
this.debugBrowser = await this.launchBrowser({ devtools: true, headless: false });
this.debugBrowserContext = await this.createBrowserContextFn({

@@ -109,0 +109,0 @@ config: this.config,

{
"name": "@web/test-runner-chrome",
"version": "0.14.0",
"version": "0.14.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -158,3 +158,3 @@ import * as puppeteerCore from 'puppeteer-core';

if (!this.debugBrowser || !this.debugBrowserContext) {
this.debugBrowser = await this.launchBrowser({ devtools: true });
this.debugBrowser = await this.launchBrowser({ devtools: true, headless: false });
this.debugBrowserContext = await this.createBrowserContextFn({

@@ -161,0 +161,0 @@ config: this.config!,

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