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.1 to 28.0.0-alpha.2

4

build/index.d.ts

@@ -51,4 +51,4 @@ /**

export declare type TestRunnerContext = {
changedFiles?: Set<Config.Path>;
sourcesRelatedToTestsInChangedFiles?: Set<Config.Path>;
changedFiles?: Set<string>;
sourcesRelatedToTestsInChangedFiles?: Set<string>;
};

@@ -55,0 +55,0 @@

{
"name": "jest-runner",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"repository": {

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

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

@@ -31,10 +31,10 @@ "chalk": "^4.0.0",

"jest-docblock": "^28.0.0-alpha.0",
"jest-environment-node": "^28.0.0-alpha.1",
"jest-haste-map": "^28.0.0-alpha.1",
"jest-leak-detector": "^28.0.0-alpha.1",
"jest-message-util": "^28.0.0-alpha.1",
"jest-resolve": "^28.0.0-alpha.1",
"jest-runtime": "^28.0.0-alpha.1",
"jest-util": "^28.0.0-alpha.1",
"jest-worker": "^28.0.0-alpha.1",
"jest-environment-node": "^28.0.0-alpha.2",
"jest-haste-map": "^28.0.0-alpha.2",
"jest-leak-detector": "^28.0.0-alpha.2",
"jest-message-util": "^28.0.0-alpha.2",
"jest-resolve": "^28.0.0-alpha.2",
"jest-runtime": "^28.0.0-alpha.2",
"jest-util": "^28.0.0-alpha.2",
"jest-worker": "^28.0.0-alpha.2",
"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.1"
"jest-jasmine2": "^28.0.0-alpha.2"
},

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

},
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
}
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