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
6
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.4.1 to 0.4.2

6

CHANGELOG.md
# @web/test-runner-chrome
## 0.4.2
### Patch Changes
- 0f8935d: make going to a URL non-blocking
## 0.4.1

@@ -4,0 +10,0 @@

5

dist/chromeLauncher.js

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

let page;
if (true && inactivePages.length === 0) {
if (inactivePages.length === 0) {
page = await browser.newPage();

@@ -46,3 +46,4 @@ }

activePages.set(session.id, page);
await page.goto(url);
// creating a new page is blocking, but going to a URL is not
page.goto(url);
},

@@ -49,0 +50,0 @@ stopSession(session) {

2

package.json
{
"name": "@web/test-runner-chrome",
"version": "0.4.1",
"version": "0.4.2",
"publishConfig": {

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

Sorry, the diff of this file is not supported yet

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