Socket
Socket
Sign inDemoInstall

@testing-library/user-event

Package Overview
Dependencies
Maintainers
13
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.2.0 to 14.2.1

4

dist/types/utils/dataTransfer/Clipboard.d.ts
export declare function createClipboardItem(window: Window & typeof globalThis, ...blobs: Array<Blob | string>): ClipboardItem;
export declare function attachClipboardStubToView(window: Window & typeof globalThis): {
declare type ClipboardStubControlInstance = {
resetClipboardStub: () => void;
detachClipboardStub: () => void;
};
export declare function attachClipboardStubToView(window: Window & typeof globalThis): ClipboardStubControlInstance;
export declare function resetClipboardStubOnView(window: Window & typeof globalThis): void;

@@ -10,1 +11,2 @@ export declare function detachClipboardStubFromView(window: Window & typeof globalThis): void;

export declare function writeDataTransferToClipboard(document: Document, clipboardData: DataTransfer): Promise<void>;
export {};
{
"name": "@testing-library/user-event",
"version": "14.2.0",
"version": "14.2.1",
"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