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/test-result

Package Overview
Dependencies
Maintainers
6
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-result - npm Package Compare versions

Comparing version

to
29.6.3

14

package.json
{
"name": "@jest/test-result",
"version": "29.6.2",
"version": "29.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-test-result"

@@ -20,4 +20,4 @@ },

"dependencies": {
"@jest/console": "^29.6.2",
"@jest/types": "^29.6.1",
"@jest/console": "^29.6.3",
"@jest/types": "^29.6.3",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -27,4 +27,4 @@ "collect-v8-coverage": "^1.0.0"

"devDependencies": {
"jest-haste-map": "^29.6.2",
"jest-resolve": "^29.6.2"
"jest-haste-map": "^29.6.3",
"jest-resolve": "^29.6.3"
},

@@ -37,3 +37,3 @@ "engines": {

},
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
}