Socket
Socket
Sign inDemoInstall

@web/test-runner-playwright

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.11 to 0.4.12

6

CHANGELOG.md
# @web/test-runner-playwright
## 0.4.12
### Patch Changes
- 911aa74: remove log serialization workaround
## 0.4.11

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

6

dist/PlaywrightLauncherPage.js

@@ -19,7 +19,3 @@ "use strict";

// serialize the log message in the browser to a string
.evaluateHandle(e =>
// TODO: https://github.com/modernweb-dev/web/issues/262
window.__wtr_browser_logs__
? window.__wtr_browser_logs__.serialize(e)
: JSON.stringify(e))
.evaluateHandle(e => window.__wtr_browser_logs__.serialize(e))
// pass along the message from the browser to NodeJS as a string

@@ -26,0 +22,0 @@ .then(handle => handle.jsonValue())

{
"name": "@web/test-runner-playwright",
"version": "0.4.11",
"version": "0.4.12",
"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