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

@types/testing-library__user-event

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/testing-library__user-event - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

10

testing-library__user-event/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for @testing-library/user-event 4.0
// Type definitions for @testing-library/user-event 4.1
// Project: https://github.com/testing-library/user-event

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

}
declare const userEvent: {
click: (element: Element | Window) => void;
dblClick: (element: Element | Window) => void;
type: (
element: Element | Window,
text: string,
userOpts?: UserOpts
) => Promise<void>;
selectOptions: (element: Element | Window, values: string | string[]) => void;
type: (element: Element | Window, text: string, userOpts?: UserOpts) => Promise<void>;
};
export default userEvent;

4

testing-library__user-event/package.json
{
"name": "@types/testing-library__user-event",
"version": "4.0.0",
"version": "4.1.0",
"description": "TypeScript definitions for @testing-library/user-event",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "7665eac9d134e8803f705c5e5151eb7ea9d142a3a35a049a87504c4ee24b655c",
"typesPublisherContentHash": "739b6ced73da1432684d4a85b90dc30ad77aa34045015efb0e6635a8af1ee011",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for @testing-library/user-event ( https://github.com/testing-library/user-event ).
This package contains type definitions for @testing-library/user-event (https://github.com/testing-library/user-event).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Sat, 08 Jun 2019 01:39:45 GMT
* Last updated: Wed, 26 Jun 2019 12:54:25 GMT
* Dependencies: none

@@ -15,0 +15,0 @@ * Global values: none

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