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.4.0 to 29.4.1

4

build/runJest.js

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

filePath,
JSON.stringify((0, _testResult().formatTestResults)(runResults))
`${JSON.stringify((0, _testResult().formatTestResults)(runResults))}\n`
);

@@ -195,3 +195,3 @@ outputStream.write(

process.stdout.write(
JSON.stringify((0, _testResult().formatTestResults)(runResults))
`${JSON.stringify((0, _testResult().formatTestResults)(runResults))}\n`
);

@@ -198,0 +198,0 @@ }

@@ -346,3 +346,8 @@ 'use strict';

_ciInfo().GITHUB_ACTIONS &&
this.addReporter(new (_reporters().GitHubActionsReporter)());
this.addReporter(
new (_reporters().GitHubActionsReporter)(
this._globalConfig,
options
)
);
break;

@@ -349,0 +354,0 @@ case 'summary':

{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "29.4.0",
"version": "29.4.1",
"main": "./build/index.js",

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

"dependencies": {
"@jest/console": "^29.4.0",
"@jest/reporters": "^29.4.0",
"@jest/test-result": "^29.4.0",
"@jest/transform": "^29.4.0",
"@jest/types": "^29.4.0",
"@jest/console": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
"@jest/transform": "^29.4.1",
"@jest/types": "^29.4.1",
"@types/node": "*",

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

"jest-changed-files": "^29.4.0",
"jest-config": "^29.4.0",
"jest-haste-map": "^29.4.0",
"jest-message-util": "^29.4.0",
"jest-config": "^29.4.1",
"jest-haste-map": "^29.4.1",
"jest-message-util": "^29.4.1",
"jest-regex-util": "^29.2.0",
"jest-resolve": "^29.4.0",
"jest-resolve-dependencies": "^29.4.0",
"jest-runner": "^29.4.0",
"jest-runtime": "^29.4.0",
"jest-snapshot": "^29.4.0",
"jest-util": "^29.4.0",
"jest-validate": "^29.4.0",
"jest-watcher": "^29.4.0",
"jest-resolve": "^29.4.1",
"jest-resolve-dependencies": "^29.4.1",
"jest-runner": "^29.4.1",
"jest-runtime": "^29.4.1",
"jest-snapshot": "^29.4.1",
"jest-util": "^29.4.1",
"jest-validate": "^29.4.1",
"jest-watcher": "^29.4.1",
"micromatch": "^4.0.4",
"pretty-format": "^29.4.0",
"pretty-format": "^29.4.1",
"slash": "^3.0.0",

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

"devDependencies": {
"@jest/test-sequencer": "^29.4.0",
"@jest/test-utils": "^29.4.0",
"@jest/test-sequencer": "^29.4.1",
"@jest/test-utils": "^29.4.1",
"@types/exit": "^0.1.30",

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

},
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
"gitHead": "bc84c8a15649aaaefdd624dc83824518c17467ed"
}
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