Socket
Socket
Sign inDemoInstall

@testing-library/jest-dom

Package Overview
Dependencies
Maintainers
15
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 6.4.0 to 6.4.1

2

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

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

@@ -1,5 +0,3 @@

import {type TestingLibraryMatchers} from './matchers'
import {type TestingLibraryMatchers as _TLM} from './matchers'
type TLM = TestingLibraryMatchers<any, void>
interface MatcherReturnType {

@@ -21,7 +19,9 @@ pass: boolean

type MatchersStandalone = {
[T in keyof TLM]: (
[T in keyof _TLM<any, void>]: (
expected: any,
...rest: Parameters<TLM[T]>
...rest: Parameters<_TLM<any, void>[T]>
) => MatcherReturnType
} & OverloadedMatchers
type TestingLibraryMatchers<E, R> = _TLM<E, R>
}

@@ -28,0 +28,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