Socket
Socket
Sign inDemoInstall

@jest/core

Package Overview
Dependencies
294
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.7.0 to 30.0.0-alpha.1

build/index.mjs

5

build/index.d.ts

@@ -15,2 +15,3 @@ /**

import type {TestContext} from '@jest/test-result';
import {TestPathPatterns} from 'jest-util';
import type {TestRunnerContext} from 'jest-runner';

@@ -66,3 +67,3 @@ import type {TestWatcher} from 'jest-watcher';

isTestFilePath(path: string): boolean;
findMatchingTests(testPathPattern: string): SearchResult;
findMatchingTests(testPathPatterns: TestPathPatterns): SearchResult;
findRelatedTests(

@@ -98,3 +99,3 @@ allPaths: Set<string>,

testRegex: number;
testPathPattern?: number;
testPathPatterns?: number;
};

@@ -101,0 +102,0 @@

52

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

@@ -10,2 +10,4 @@ "types": "./build/index.d.ts",

"types": "./build/index.d.ts",
"require": "./build/index.js",
"import": "./build/index.mjs",
"default": "./build/index.js"

@@ -16,28 +18,28 @@ },

"dependencies": {
"@jest/console": "^29.7.0",
"@jest/reporters": "^29.7.0",
"@jest/test-result": "^29.7.0",
"@jest/transform": "^29.7.0",
"@jest/types": "^29.6.3",
"@jest/console": "30.0.0-alpha.1",
"@jest/reporters": "30.0.0-alpha.1",
"@jest/test-result": "30.0.0-alpha.1",
"@jest/transform": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^29.7.0",
"jest-config": "^29.7.0",
"jest-haste-map": "^29.7.0",
"jest-message-util": "^29.7.0",
"jest-regex-util": "^29.6.3",
"jest-resolve": "^29.7.0",
"jest-resolve-dependencies": "^29.7.0",
"jest-runner": "^29.7.0",
"jest-runtime": "^29.7.0",
"jest-snapshot": "^29.7.0",
"jest-util": "^29.7.0",
"jest-validate": "^29.7.0",
"jest-watcher": "^29.7.0",
"jest-changed-files": "30.0.0-alpha.1",
"jest-config": "30.0.0-alpha.1",
"jest-haste-map": "30.0.0-alpha.1",
"jest-message-util": "30.0.0-alpha.1",
"jest-regex-util": "30.0.0-alpha.1",
"jest-resolve": "30.0.0-alpha.1",
"jest-resolve-dependencies": "30.0.0-alpha.1",
"jest-runner": "30.0.0-alpha.1",
"jest-runtime": "30.0.0-alpha.1",
"jest-snapshot": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-validate": "30.0.0-alpha.1",
"jest-watcher": "30.0.0-alpha.1",
"micromatch": "^4.0.4",
"pretty-format": "^29.7.0",
"pretty-format": "30.0.0-alpha.1",
"slash": "^3.0.0",

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

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

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

"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
},

@@ -105,3 +107,3 @@ "repository": {

},
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
}

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