Socket
Socket
Sign inDemoInstall

@jest/core

Package Overview
Dependencies
306
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.2 to 30.0.0-alpha.3

7

build/index.d.ts

@@ -22,10 +22,5 @@ /**

declare type Filter = (testPaths: Array<string>) => Promise<{
filtered: Array<FilterResult>;
filtered: Array<string>;
}>;
declare type FilterResult = {
test: string;
message: string;
};
export declare function getVersion(): string;

@@ -32,0 +27,0 @@

46

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

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

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

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

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

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

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

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

},
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
}

Sorry, the diff of this file is too big to display

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