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.12.1 to 3.12.2

4

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

@@ -24,3 +24,3 @@ "main": "dist/index.js",

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -72,7 +72,7 @@ export type EventType =

export type FireFunction = (element: HTMLElement, event: Event) => boolean
export type FireFunction = (element: Element, event: Event) => boolean
export type FireObject = {
[K in EventType]: (element: HTMLElement, options?: {}) => boolean
[K in EventType]: (element: Element, options?: {}) => boolean
}
export const fireEvent: FireFunction & FireObject
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