You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jest

Package Overview
Dependencies
Maintainers
5
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest - npm Package Compare versions

Comparing version

to
30.0.0-rc.1

8

package.json
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "30.0.0-beta.9",
"version": "30.0.0-rc.1",
"main": "./build/index.js",

@@ -18,6 +18,6 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "30.0.0-beta.9",
"@jest/core": "30.0.0-rc.1",
"@jest/types": "30.0.0-beta.8",
"import-local": "^3.2.0",
"jest-cli": "30.0.0-beta.9"
"jest-cli": "30.0.0-rc.1"
},

@@ -72,3 +72,3 @@ "peerDependencies": {

},
"gitHead": "2f52a9ed429fb8797a99868860430d55db6d5503"
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40"
}