Socket
Socket
Sign inDemoInstall

@testing-library/dom

Package Overview
Dependencies
Maintainers
16
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/dom - npm Package Compare versions

Comparing version 8.7.1 to 8.7.2

4

package.json
{
"name": "@testing-library/dom",
"version": "8.7.1",
"version": "8.7.2",
"description": "Simple and complete DOM testing utilities that encourage good testing practices.",

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

"jest-in-case": "^1.0.2",
"jest-serializer-ansi": "^1.0.3",
"jest-snapshot-serializer-ansi": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",

@@ -58,0 +58,0 @@ "jsdom": "^16.4.0",

@@ -156,2 +156,4 @@ import * as queries from './queries'

): ReturnType<queries.FindAllByBoundAttribute<T>>
} & {
[P in keyof Q]: BoundFunction<Q[P]>
}

@@ -158,0 +160,0 @@ : {

Sorry, the diff of this file is too big to display

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