Socket
Socket
Sign inDemoInstall

jest-config

Package Overview
Dependencies
273
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.2 to 30.0.0-alpha.3

3

build/index.d.ts

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

JEST_CONFIG_EXT_TS,
JEST_CONFIG_EXT_CTS,
JEST_CONFIG_EXT_JSON,

@@ -48,2 +49,4 @@ JEST_CONFIG_EXT_ORDER,

declare const JEST_CONFIG_EXT_CTS = '.cts';
declare const JEST_CONFIG_EXT_JS = '.js';

@@ -50,0 +53,0 @@

31

package.json
{
"name": "jest-config",
"version": "30.0.0-alpha.2",
"version": "30.0.0-alpha.3",
"repository": {

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

"@babel/core": "^7.11.6",
"@jest/test-sequencer": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"babel-jest": "30.0.0-alpha.2",
"@jest/test-sequencer": "30.0.0-alpha.3",
"@jest/types": "30.0.0-alpha.3",
"babel-jest": "30.0.0-alpha.3",
"chalk": "^4.0.0",
"ci-info": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
"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",
"jest-circus": "30.0.0-alpha.3",
"jest-environment-node": "30.0.0-alpha.3",
"jest-get-type": "30.0.0-alpha.3",
"jest-regex-util": "30.0.0-alpha.3",
"jest-resolve": "30.0.0-alpha.3",
"jest-runner": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.3",
"jest-validate": "30.0.0-alpha.3",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "30.0.0-alpha.2",
"pretty-format": "30.0.0-alpha.3",
"slash": "^3.0.0",

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

"devDependencies": {
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",

@@ -74,3 +73,3 @@ "@types/micromatch": "^4.0.1",

},
"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