Socket
Socket
Sign inDemoInstall

@testing-library/jest-dom

Package Overview
Dependencies
Maintainers
16
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/jest-dom - npm Package Compare versions

Comparing version 5.15.1 to 5.16.0

2

dist/to-be-checked.js

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

function supportedRoles() {
return Array.from(_ariaQuery.roles.keys()).filter(roleSupportsChecked);
return _ariaQuery.roles.keys().filter(roleSupportsChecked);
}

@@ -54,0 +54,0 @@

{
"name": "@testing-library/jest-dom",
"version": "5.15.1",
"version": "5.16.0",
"description": "Custom jest matchers to test the state of the DOM",

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

"@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^4.2.2",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",

@@ -39,0 +39,0 @@ "css": "^3.0.0",

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