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

@types/user-event

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/user-event - npm Package Compare versions

Comparing version 1.4.1 to 4.1.0

11

user-event/index.d.ts

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

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

@@ -13,9 +13,8 @@ // Definitions by: Wu Haotian <https://github.com/whtsky>

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;
{
"name": "@types/user-event",
"version": "1.4.1",
"version": "4.1.0",
"description": "TypeScript definitions for user-event",

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

"dependencies": {},
"typesPublisherContentHash": "cab82ca0f1c3e177bce518ade1247c30ce32b23c1b493931a9dc4f95c117acab",
"typesPublisherContentHash": "ce25542a698421ba18b455975c88943902a9c628bae4ae284ba08bc13f8c87a6",
"typeScriptVersion": "2.0"
}

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

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

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

Additional Details
* Last updated: Mon, 20 May 2019 17:18:28 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