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

@testing-library/user-event

Package Overview
Dependencies
Maintainers
12
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/user-event - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3

2

package.json
{
"name": "@testing-library/user-event",
"version": "8.1.2",
"version": "8.1.3",
"description": "Simulate user events for react-testing-library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,3 @@ // Definitions by: Wu Haotian <https://github.com/whtsky>

interface ITabUserOptions {
export interface ITabUserOptions {
shift?: boolean;

@@ -13,3 +13,3 @@ focusTrap?: Document | Element;

type TargetElement = Element | Window;
export type TargetElement = Element | Window;

@@ -16,0 +16,0 @@ declare const userEvent: {

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