Socket
Socket
Sign inDemoInstall

@jest/core

Package Overview
Dependencies
293
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.0.0-alpha.6 to 29.0.0

4

build/lib/updateGlobalConfig.js

@@ -68,6 +68,2 @@ 'use strict';

if (options.collectCoverageOnlyFrom !== undefined) {
newConfig.collectCoverageOnlyFrom = options.collectCoverageOnlyFrom;
}
if (options.coverageDirectory !== undefined) {

@@ -74,0 +70,0 @@ newConfig.coverageDirectory = options.coverageDirectory;

@@ -253,3 +253,2 @@ 'use strict';

collectCoverageFrom,
collectCoverageOnlyFrom,
coverageDirectory,

@@ -275,3 +274,2 @@ coverageReporters,

collectCoverageFrom,
collectCoverageOnlyFrom,
coverageDirectory,

@@ -278,0 +276,0 @@ coverageReporters,

46

package.json
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "29.0.0-alpha.6",
"version": "29.0.0",
"main": "./build/index.js",

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

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

@@ -27,17 +27,17 @@ "ansi-escapes": "^4.2.1",

"graceful-fs": "^4.2.9",
"jest-changed-files": "^29.0.0-alpha.3",
"jest-config": "^29.0.0-alpha.6",
"jest-haste-map": "^29.0.0-alpha.6",
"jest-message-util": "^29.0.0-alpha.6",
"jest-regex-util": "^29.0.0-alpha.3",
"jest-resolve": "^29.0.0-alpha.6",
"jest-resolve-dependencies": "^29.0.0-alpha.6",
"jest-runner": "^29.0.0-alpha.6",
"jest-runtime": "^29.0.0-alpha.6",
"jest-snapshot": "^29.0.0-alpha.6",
"jest-util": "^29.0.0-alpha.6",
"jest-validate": "^29.0.0-alpha.6",
"jest-watcher": "^29.0.0-alpha.6",
"jest-changed-files": "^29.0.0",
"jest-config": "^29.0.0",
"jest-haste-map": "^29.0.0",
"jest-message-util": "^29.0.0",
"jest-regex-util": "^29.0.0",
"jest-resolve": "^29.0.0",
"jest-resolve-dependencies": "^29.0.0",
"jest-runner": "^29.0.0",
"jest-runtime": "^29.0.0",
"jest-snapshot": "^29.0.0",
"jest-util": "^29.0.0",
"jest-validate": "^29.0.0",
"jest-watcher": "^29.0.0",
"micromatch": "^4.0.4",
"pretty-format": "^29.0.0-alpha.6",
"pretty-format": "^29.0.0",
"slash": "^3.0.0",

@@ -47,4 +47,4 @@ "strip-ansi": "^6.0.0"

"devDependencies": {
"@jest/test-sequencer": "^29.0.0-alpha.6",
"@jest/test-utils": "^29.0.0-alpha.6",
"@jest/test-sequencer": "^29.0.0",
"@jest/test-utils": "^29.0.0",
"@types/exit": "^0.1.30",

@@ -104,3 +104,3 @@ "@types/graceful-fs": "^4.1.3",

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc