Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jest/core

Package Overview
Dependencies
Maintainers
6
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/core - npm Package Compare versions

Comparing version 28.0.0-alpha.3 to 28.0.0-alpha.4

2

build/runGlobalHook.js

@@ -125,3 +125,3 @@ 'use strict';

await globalModule(globalConfig);
await globalModule(globalConfig, projectConfig);
}

@@ -128,0 +128,0 @@ );

{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "28.0.0-alpha.3",
"version": "28.0.0-alpha.4",
"main": "./build/index.js",

@@ -15,7 +15,7 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/console": "^28.0.0-alpha.3",
"@jest/reporters": "^28.0.0-alpha.3",
"@jest/test-result": "^28.0.0-alpha.3",
"@jest/transform": "^28.0.0-alpha.3",
"@jest/types": "^28.0.0-alpha.3",
"@jest/console": "^28.0.0-alpha.4",
"@jest/reporters": "^28.0.0-alpha.4",
"@jest/test-result": "^28.0.0-alpha.4",
"@jest/transform": "^28.0.0-alpha.4",
"@jest/types": "^28.0.0-alpha.4",
"@types/node": "*",

@@ -28,16 +28,16 @@ "ansi-escapes": "^4.2.1",

"jest-changed-files": "^28.0.0-alpha.3",
"jest-config": "^28.0.0-alpha.3",
"jest-haste-map": "^28.0.0-alpha.3",
"jest-message-util": "^28.0.0-alpha.3",
"jest-config": "^28.0.0-alpha.4",
"jest-haste-map": "^28.0.0-alpha.4",
"jest-message-util": "^28.0.0-alpha.4",
"jest-regex-util": "^28.0.0-alpha.3",
"jest-resolve": "^28.0.0-alpha.3",
"jest-resolve-dependencies": "^28.0.0-alpha.3",
"jest-runner": "^28.0.0-alpha.3",
"jest-runtime": "^28.0.0-alpha.3",
"jest-snapshot": "^28.0.0-alpha.3",
"jest-util": "^28.0.0-alpha.3",
"jest-validate": "^28.0.0-alpha.3",
"jest-watcher": "^28.0.0-alpha.3",
"jest-resolve": "^28.0.0-alpha.4",
"jest-resolve-dependencies": "^28.0.0-alpha.4",
"jest-runner": "^28.0.0-alpha.4",
"jest-runtime": "^28.0.0-alpha.4",
"jest-snapshot": "^28.0.0-alpha.4",
"jest-util": "^28.0.0-alpha.4",
"jest-validate": "^28.0.0-alpha.4",
"jest-watcher": "^28.0.0-alpha.4",
"micromatch": "^4.0.4",
"pretty-format": "^28.0.0-alpha.3",
"pretty-format": "^28.0.0-alpha.4",
"rimraf": "^3.0.0",

@@ -48,4 +48,4 @@ "slash": "^3.0.0",

"devDependencies": {
"@jest/test-sequencer": "^28.0.0-alpha.3",
"@jest/test-utils": "^28.0.0-alpha.3",
"@jest/test-sequencer": "^28.0.0-alpha.4",
"@jest/test-utils": "^28.0.0-alpha.4",
"@types/exit": "^0.1.30",

@@ -106,3 +106,3 @@ "@types/graceful-fs": "^4.1.2",

},
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2"
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc