Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@testing-library/jest-dom

Package Overview
Dependencies
Maintainers
16
Versions
77
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 6.6.1 to 6.6.2

2

package.json
{
"name": "@testing-library/jest-dom",
"version": "6.6.1",
"version": "6.6.2",
"description": "Custom jest matchers to test the state of the DOM",

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

@@ -1,2 +0,2 @@

import {type expect} from 'vitest'
import {type TestingLibraryMatchers} from './matchers'

@@ -7,3 +7,3 @@

extends TestingLibraryMatchers<
ReturnType<typeof expect.stringContaining>,
any,
T

@@ -13,5 +13,5 @@ > {}

extends TestingLibraryMatchers<
ReturnType<typeof expect.stringContaining>,
any,
any
> {}
}

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