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 to 14.0.1

1

dist/types/document/selection.d.ts

@@ -26,3 +26,2 @@ declare const UISelection: unique symbol;

};
export declare function clearUISelection(element: HTMLInputElement | HTMLTextAreaElement): void;
export {};

11

dist/types/document/value.d.ts

@@ -8,3 +8,7 @@ declare const UIValue: unique symbol;

[InitialValue]?: string;
[TrackChanges]?: string[];
[TrackChanges]?: {
previousValue?: string;
tracked?: string[];
nextValue?: string;
};
}

@@ -18,3 +22,6 @@ }

export declare function startTrackValue(element: HTMLInputElement | HTMLTextAreaElement): void;
export declare function endTrackValue(element: HTMLInputElement | HTMLTextAreaElement): string[] | undefined;
/**
* @returns `true` if we recognize a React state reset and update
*/
export declare function endTrackValue(element: HTMLInputElement | HTMLTextAreaElement): boolean;
export {};
{
"name": "@testing-library/user-event",
"version": "14.0.0",
"version": "14.0.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