New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

dom-testing-library

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-testing-library - npm Package Compare versions

Comparing version 3.13.1 to 3.13.2

2

package.json
{
"name": "dom-testing-library",
"version": "3.13.1",
"version": "3.13.2",
"description": "Simple and complete DOM testing utilities that encourage good testing practices.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -108,2 +108,3 @@ <div align="center">

- [Configuration](#configuration)
- [Great companion](#great-companion)
- [Implementations](#implementations)

@@ -959,2 +960,6 @@ - [Using Without Jest](#using-without-jest)

## Great companion
A helper library named [`user-event`](https://github.com/Gpx/user-event) has been written in companion with `dom-testing-library` which eases common interactions, such as typing, clicking etc. The `type`-interaction will allow to easily dispatch the appropriate keyboard events for inserting text, or dispatch these events for each character of the to be typed text.
## Implementations

@@ -961,0 +966,0 @@

@@ -12,2 +12,3 @@ // TypeScript Version: 2.8

export * from './wait'
export * from './wait-for-dom-change'
export * from './wait-for-element'

@@ -14,0 +15,0 @@ export * from './matches'

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