Socket
Socket
Sign inDemoInstall

@testing-library/dom

Package Overview
Dependencies
8
Maintainers
16
Versions
226
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.11.0 to 8.11.1

7

dist/wait-for.js

@@ -76,3 +76,7 @@ "use strict";

checkCallback(); // In this rare case, we *need* to wait for in-flight promises
checkCallback();
if (finished) {
break;
} // In this rare case, we *need* to wait for in-flight promises
// to resolve before continuing. We don't need to take advantage

@@ -83,2 +87,3 @@ // of parallelization so we're fine.

await advanceTimersWrapper(async () => {

@@ -85,0 +90,0 @@ await new Promise(r => {

2

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc