Socket
Socket
Sign inDemoInstall

jest-runner

Package Overview
Dependencies
208
Maintainers
6
Versions
236
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.5 to 28.0.0-alpha.6

8

build/runTest.js

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

);
process.stderr.write('\n' + formattedError + '\n');
process.stderr.write(`\n${formattedError}\n`);
process.exitCode = 1;

@@ -337,3 +337,7 @@ };

} else {
runtime.requireModule(path);
const setupFile = runtime.requireModule(path);
if (typeof setupFile === 'function') {
await setupFile();
}
}

@@ -340,0 +344,0 @@ }

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

if (!resolver) {
throw new Error('Cannot find resolver for: ' + config.name);
throw new Error(`Cannot find resolver for: ${config.name}`);
}

@@ -107,0 +107,0 @@

{
"name": "jest-runner",
"version": "28.0.0-alpha.5",
"version": "28.0.0-alpha.6",
"repository": {

@@ -20,7 +20,7 @@ "type": "git",

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

@@ -30,11 +30,11 @@ "chalk": "^4.0.0",

"graceful-fs": "^4.2.9",
"jest-docblock": "^28.0.0-alpha.3",
"jest-environment-node": "^28.0.0-alpha.5",
"jest-haste-map": "^28.0.0-alpha.5",
"jest-leak-detector": "^28.0.0-alpha.5",
"jest-message-util": "^28.0.0-alpha.5",
"jest-resolve": "^28.0.0-alpha.5",
"jest-runtime": "^28.0.0-alpha.5",
"jest-util": "^28.0.0-alpha.5",
"jest-worker": "^28.0.0-alpha.5",
"jest-docblock": "^28.0.0-alpha.6",
"jest-environment-node": "^28.0.0-alpha.6",
"jest-haste-map": "^28.0.0-alpha.6",
"jest-leak-detector": "^28.0.0-alpha.6",
"jest-message-util": "^28.0.0-alpha.6",
"jest-resolve": "^28.0.0-alpha.6",
"jest-runtime": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-worker": "^28.0.0-alpha.6",
"source-map-support": "^0.5.6",

@@ -47,3 +47,3 @@ "throat": "^6.0.1"

"@types/source-map-support": "^0.5.0",
"jest-jasmine2": "^28.0.0-alpha.5"
"jest-jasmine2": "^28.0.0-alpha.6"
},

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

},
"gitHead": "46fb19b2628bd87676c10730ba19592c30b05478"
"gitHead": "6284ada4adb7008f5f8673b1a7b1c789d2e508fb"
}
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