Socket
Socket
Sign inDemoInstall

@testing-library/user-event

Package Overview
Dependencies
Maintainers
16
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 14.0.0-beta.11 to 14.0.0-beta.12

dist/types/event/behavior/cut.d.ts

2

dist/types/event/behavior/index.d.ts
import './click';
import './cut';
import './keydown';
import './keypress';
import './keyup';
import './paste';
export { behavior } from './registry';
export type { BehaviorPlugin } from './registry';

@@ -343,1 +343,4 @@ export declare const eventMap: {

};
export declare const eventMapKeys: {
[k in keyof DocumentEventMap]?: keyof typeof eventMap;
};

2

package.json
{
"name": "@testing-library/user-event",
"version": "14.0.0-beta.11",
"version": "14.0.0-beta.12",
"description": "Fire events the same way the user does",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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