New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guidepup/virtual-screen-reader

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidepup/virtual-screen-reader - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

lib/index.d.ts

@@ -1,4 +0,4 @@

import { Virtual } from "./Virtual";
import { StartOptions, Virtual } from "./Virtual";
export declare const virtual: Virtual;
type _Virtual = typeof virtual;
export { _Virtual as Virtual };
export { StartOptions, _Virtual as Virtual };
import { CommandOptions, ScreenReader } from "@guidepup/guidepup";
export interface StartOptions extends CommandOptions {
/**
* The bounding HTML element to use the Virtual Screen Reader in.
*
* To use the entire page pass `document.body`.
*/
container: HTMLElement;

@@ -4,0 +9,0 @@ }

{
"name": "@guidepup/virtual-screen-reader",
"version": "0.6.0",
"version": "0.6.1",
"description": "Virtual screen reader driver for unit test automation.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -21,3 +21,3 @@ <h1 align="center">Guidepup Virtual Screen Reader</h1>

## Upcoming Features
## Features

@@ -24,0 +24,0 @@ - **Mirrors Real User Experience** - assert on what users really do and hear when using screen readers.

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