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.5
to
30.1.0
+1
-0
build/index.d.ts

@@ -252,2 +252,3 @@ /**

* For testing the items in the list, this uses `===`, a strict equality check.
* `.toContain` can also check whether a string is a substring of another string.
*/

@@ -254,0 +255,0 @@ toContain(expected: unknown): R;

+7
-7
{
"name": "expect",
"version": "30.0.5",
"version": "30.1.0",
"repository": {

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

"dependencies": {
"@jest/expect-utils": "30.0.5",
"@jest/get-type": "30.0.1",
"jest-matcher-utils": "30.0.5",
"jest-message-util": "30.0.5",
"@jest/expect-utils": "30.1.0",
"@jest/get-type": "30.1.0",
"jest-matcher-utils": "30.1.0",
"jest-message-util": "30.1.0",
"jest-mock": "30.0.5",

@@ -34,3 +34,3 @@ "jest-util": "30.0.5"

"@fast-check/jest": "^2.1.1",
"@jest/test-utils": "30.0.5",
"@jest/test-utils": "30.1.0",
"chalk": "^4.1.2",

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

},
"gitHead": "22236cf58b66039f81893537c90dee290bab427f"
"gitHead": "4d5f41d0885c1d9630c81b4fd47f74ab0615e18f"
}