New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-config

Package Overview
Dependencies
Maintainers
3
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-config - npm Package Compare versions

Comparing version 20.0.0 to 20.0.1

6

build/normalize.js

@@ -400,2 +400,6 @@ /**

break;
case 'moduleDirectories':
case 'testMatch':
value = _replaceRootDirTags(options.rootDir, options[key]);
break;
case 'automock':

@@ -413,3 +417,2 @@ case 'bail':

case 'mapCoverage':
case 'moduleDirectories':
case 'moduleFileExtensions':

@@ -426,3 +429,2 @@ case 'name':

case 'testEnvironment':
case 'testMatch':
case 'testNamePattern':

@@ -429,0 +431,0 @@ case 'testRegex':

{
"name": "jest-config",
"version": "20.0.0",
"version": "20.0.1",
"repository": {

@@ -13,10 +13,11 @@ "type": "git",

"glob": "^7.1.1",
"jest-environment-jsdom": "^20.0.0",
"jest-environment-node": "^20.0.0",
"jest-jasmine2": "^20.0.0",
"jest-regex-util": "^20.0.0",
"jest-resolve": "^20.0.0",
"jest-validate": "^20.0.0",
"pretty-format": "^20.0.0"
"jest-environment-jsdom": "^20.0.1",
"jest-environment-node": "^20.0.1",
"jest-jasmine2": "^20.0.1",
"jest-matcher-utils": "^20.0.1",
"jest-regex-util": "^20.0.1",
"jest-resolve": "^20.0.1",
"jest-validate": "^20.0.1",
"pretty-format": "^20.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc