You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

expect

Package Overview
Dependencies
Maintainers
5
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect - npm Package Compare versions

Comparing version
30.0.3
to
30.0.4
+1
-1
build/index.d.ts

@@ -160,3 +160,3 @@ /**

declare type Inverse<Matchers> = {
export declare type Inverse<Matchers> = {
/**

@@ -163,0 +163,0 @@ * Inverse next matcher. If you know how to test something, `.not` lets you test its opposite.

{
"name": "expect",
"version": "30.0.3",
"version": "30.0.4",
"repository": {

@@ -24,5 +24,5 @@ "type": "git",

"dependencies": {
"@jest/expect-utils": "30.0.3",
"@jest/expect-utils": "30.0.4",
"@jest/get-type": "30.0.1",
"jest-matcher-utils": "30.0.3",
"jest-matcher-utils": "30.0.4",
"jest-message-util": "30.0.2",

@@ -34,3 +34,3 @@ "jest-mock": "30.0.2",

"@fast-check/jest": "^2.1.1",
"@jest/test-utils": "30.0.3",
"@jest/test-utils": "30.0.4",
"chalk": "^4.1.2",

@@ -45,3 +45,3 @@ "immutable": "^5.1.2"

},
"gitHead": "d4a6c94daf4f6e63c949f2d0ed907aeaee840d2f"
"gitHead": "f4296d2bc85c1405f84ddf613a25d0bc3766b7e5"
}

Sorry, the diff of this file is too big to display