Socket
Socket
Sign inDemoInstall

playwright

Package Overview
Dependencies
Maintainers
4
Versions
4541
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright - npm Package Compare versions

Comparing version 1.47.0-alpha-2024-08-30 to 1.47.0-alpha-2024-08-31

8

lib/runner/testServer.js

@@ -152,6 +152,9 @@ "use strict";

await this.runGlobalTeardown();
const overrides = {
outputDir: params.outputDir
};
const {
config,
error
} = await this._loadConfig();
} = await this._loadConfig(overrides);
if (!config) {

@@ -334,3 +337,4 @@ const {

repeatEach: 1,
retries: 0
retries: 0,
outputDir: params.outputDir
};

@@ -337,0 +341,0 @@ const {

{
"name": "playwright",
"version": "1.47.0-alpha-2024-08-30",
"version": "1.47.0-alpha-2024-08-31",
"description": "A high-level API to automate web browsers",

@@ -61,3 +61,3 @@ "repository": {

"dependencies": {
"playwright-core": "1.47.0-alpha-2024-08-30"
"playwright-core": "1.47.0-alpha-2024-08-31"
},

@@ -64,0 +64,0 @@ "optionalDependencies": {

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