Socket
Socket
Sign inDemoInstall

jest-config

Package Overview
Dependencies
262
Maintainers
3
Versions
304
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

7

build/index.d.ts

@@ -7,5 +7,6 @@ /**

*/
import type {Config} from '@jest/types';
import type {DeprecatedOptions} from 'jest-validate';
import {Config} from '@jest/types';
import {DeprecatedOptions} from 'jest-validate';
declare type AllOptions = Config.ProjectConfig & Config.GlobalConfig;

@@ -53,3 +54,3 @@

declare const JEST_CONFIG_EXT_ORDER: readonly string[];
declare const JEST_CONFIG_EXT_ORDER: ReadonlyArray<string>;

@@ -56,0 +57,0 @@ declare const JEST_CONFIG_EXT_TS = '.ts';

{
"name": "jest-config",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

@@ -35,5 +35,5 @@ "type": "git",

"@babel/core": "^7.11.6",
"@jest/test-sequencer": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"babel-jest": "30.0.0-alpha.1",
"@jest/test-sequencer": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"babel-jest": "30.0.0-alpha.2",
"chalk": "^4.0.0",

@@ -44,13 +44,13 @@ "ci-info": "^4.0.0",

"graceful-fs": "^4.2.9",
"jest-circus": "30.0.0-alpha.1",
"jest-environment-node": "30.0.0-alpha.1",
"jest-get-type": "30.0.0-alpha.1",
"jest-regex-util": "30.0.0-alpha.1",
"jest-resolve": "30.0.0-alpha.1",
"jest-runner": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-validate": "30.0.0-alpha.1",
"jest-circus": "30.0.0-alpha.2",
"jest-environment-node": "30.0.0-alpha.2",
"jest-get-type": "30.0.0-alpha.2",
"jest-regex-util": "30.0.0-alpha.2",
"jest-resolve": "30.0.0-alpha.2",
"jest-runner": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"jest-validate": "30.0.0-alpha.2",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "30.0.0-alpha.1",
"pretty-format": "30.0.0-alpha.2",
"slash": "^3.0.0",

@@ -74,3 +74,3 @@ "strip-json-comments": "^3.1.1"

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}

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