Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
310
Maintainers
3
Versions
352
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

13

build/index.d.ts

@@ -7,8 +7,11 @@ /**

*/
import type {Config as Config_2} from '@jest/types';
import {createTestScheduler} from '@jest/core';
import {getVersion} from '@jest/core';
import {
SearchSource,
createTestScheduler,
getVersion,
runCLI,
} from '@jest/core';
import {Config as Config_2} from '@jest/types';
import {run} from 'jest-cli';
import {runCLI} from '@jest/core';
import {SearchSource} from '@jest/core';

@@ -15,0 +18,0 @@ export declare type Config = Config_2.InitialOptions;

{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"main": "./build/index.js",

@@ -18,6 +18,6 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@jest/core": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"import-local": "^3.0.2",
"jest-cli": "30.0.0-alpha.1"
"jest-cli": "30.0.0-alpha.2"
},

@@ -76,3 +76,3 @@ "devDependencies": {

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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