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

@guidepup/guidepup

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidepup/guidepup - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

2

lib/windows/NVDA/NVDA.js

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

}
return await this.#client.waitForSpokenPhrase(() => (0, sendKeys_1.sendKeys)((0, parseKey_1.parseKey)(key, Modifiers_1.Modifiers, KeyCodes_1.KeyCodes)), options);
return await this.perform((0, parseKey_1.parseKey)(key, Modifiers_1.Modifiers, KeyCodes_1.KeyCodes), options);
}

@@ -161,0 +161,0 @@ /**

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

});
const MAX_CONSECUTIVE_CONNECTION_FAILURES = 3;
const MAX_CONSECUTIVE_CONNECTION_FAILURES = 10;
const CANCEL_DEBOUNCE_TIMEOUT = 250;

@@ -27,0 +27,0 @@ const CANCEL_NOT_FIRE_TIMEOUT = 1000;

{
"name": "@guidepup/guidepup",
"version": "0.19.0",
"version": "0.19.1",
"description": "Screen reader driver for test automation.",

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

"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^20.7.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.32.0",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.0",
"nock": "^13.3.0",
"nock": "^13.3.8",
"rimraf": "^5.0.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"

@@ -55,3 +55,3 @@ },

"ffmpeg-static": "^5.2.0",
"regedit": "5.0.1",
"regedit": "5.1.2",
"semver": "^7.3.8",

@@ -58,0 +58,0 @@ "shelljs": "^0.8.5"

@@ -86,2 +86,3 @@ <h1 align="center">Guidepup</h1>

- [`@guidepup/virtual-screen-reader`](https://github.com/guidepup/virtual-screen-reader/) - reliable unit testing for your screen reader a11y workflows.
- [`@guidepup/jest`](https://github.com/guidepup/jest/) - jest matchers for reliable unit testing of your screen reader a11y workflows.

@@ -88,0 +89,0 @@ If you are using GitHub Actions, check out the dedicated [`guidepup/setup-action`](https://github.com/marketplace/actions/guidepup-setup) to set up your CI ready for screen reader automation.

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