🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jest

Package Overview
Dependencies
Maintainers
7
Versions
370
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
28.0.0-alpha.2

8

package.json
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"main": "./build/index.js",

@@ -16,5 +16,5 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "^28.0.0-alpha.1",
"@jest/core": "^28.0.0-alpha.2",
"import-local": "^3.0.2",
"jest-cli": "^28.0.0-alpha.1"
"jest-cli": "^28.0.0-alpha.2"
},

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

},
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
}