Socket
Socket
Sign inDemoInstall

@testing-library/dom

Package Overview
Dependencies
Maintainers
12
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 6.12.0 to 6.12.1

4

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

@@ -653,7 +653,7 @@ 'use strict';

var getMultipleError$3 = function (c, value) {
return "Found multiple elements with the value: " + value + ".";
return "Found multiple elements with the display value: " + value + ".";
};
var getMissingError$2 = function (c, value) {
return "Unable to find an element with the value: " + value + ".";
return "Unable to find an element with the display value: " + value + ".";
};

@@ -660,0 +660,0 @@

@@ -647,7 +647,7 @@ import _extends from '@babel/runtime/helpers/esm/extends';

var getMultipleError$3 = function (c, value) {
return "Found multiple elements with the value: " + value + ".";
return "Found multiple elements with the display value: " + value + ".";
};
var getMissingError$2 = function (c, value) {
return "Unable to find an element with the value: " + value + ".";
return "Unable to find an element with the display value: " + value + ".";
};

@@ -654,0 +654,0 @@

@@ -33,5 +33,5 @@ "use strict";

const getMultipleError = (c, value) => `Found multiple elements with the value: ${value}.`;
const getMultipleError = (c, value) => `Found multiple elements with the display value: ${value}.`;
const getMissingError = (c, value) => `Unable to find an element with the value: ${value}.`;
const getMissingError = (c, value) => `Unable to find an element with the display value: ${value}.`;

@@ -38,0 +38,0 @@ const [queryByDisplayValue, getAllByDisplayValue, getByDisplayValue, findAllByDisplayValue, findByDisplayValue] = (0, _allUtils.buildQueries)(queryAllByDisplayValue, getMultipleError, getMissingError);

{
"name": "@testing-library/dom",
"version": "6.12.0",
"version": "6.12.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc