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

@guidepup/playwright

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidepup/playwright - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

19

package.json
{
"name": "@guidepup/playwright",
"version": "0.11.0",
"version": "0.12.0",
"description": "Screen reader driver for Playwright tests.",

@@ -38,11 +38,9 @@ "main": "lib/index.js",

},
"dependencies": {
"@guidepup/guidepup": "^0.20.0"
},
"devDependencies": {
"@guidepup/guidepup": "^0.21.0",
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",

@@ -55,4 +53,9 @@ "rimraf": "^5.0.5",

"peerDependencies": {
"@guidepup/guidepup": "^0.21.0",
"@playwright/test": "^1.29.2"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.1.0"
}
}

@@ -44,5 +44,7 @@ <h1 align="center">Guidepup Playwright</h1>

```console
npm install --save-dev @guidepup/playwright @playwright/test
npm install --save-dev @guidepup/playwright @guidepup/guidepup @playwright/test
```
Note: you require `@guidepup/guidepup` and `@playwright/test` as they are peer dependencies to this project.
And get cracking with your first screen reader tests in Playwright!

@@ -49,0 +51,0 @@

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