Socket
Socket
Sign inDemoInstall

@testing-library/dom

Package Overview
Dependencies
6
Maintainers
11
Versions
225
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.0 to 6.4.1

2

dist/@testing-library/dom.cjs.js

@@ -483,3 +483,3 @@ 'use strict';

label.querySelectorAll('textarea').forEach(function (textarea) {
Array.from(label.querySelectorAll('textarea')).forEach(function (textarea) {
textToMatch = textToMatch.replace(textarea.value, '');

@@ -486,0 +486,0 @@ });

@@ -477,3 +477,3 @@ import _extends from '@babel/runtime/helpers/esm/extends';

label.querySelectorAll('textarea').forEach(function (textarea) {
Array.from(label.querySelectorAll('textarea')).forEach(function (textarea) {
textToMatch = textToMatch.replace(textarea.value, '');

@@ -480,0 +480,0 @@ });

@@ -30,3 +30,3 @@ "use strict";

label.querySelectorAll('textarea').forEach(textarea => {
Array.from(label.querySelectorAll('textarea')).forEach(textarea => {
textToMatch = textToMatch.replace(textarea.value, '');

@@ -33,0 +33,0 @@ });

{
"name": "@testing-library/dom",
"version": "6.4.0",
"version": "6.4.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 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