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 19.3.0-alpha.85402254 to 20.0.0

8

build/findConfig.js

@@ -59,3 +59,3 @@ /**

do {
const configJsFilePath = path.join(directory, JEST_CONFIG);
const configJsFilePath = path.resolve(path.join(directory, JEST_CONFIG));
if (isFile(configJsFilePath)) {

@@ -67,3 +67,5 @@ // $FlowFixMe

const packageJsonFilePath = path.join(directory, PACKAGE_JSON);
const packageJsonFilePath = path.resolve(
path.join(directory, PACKAGE_JSON));
if (isFile(packageJsonFilePath)) {

@@ -83,3 +85,3 @@ // $FlowFixMe

path.resolve(root, options.rootDir) :
directory;
path.resolve(directory);

@@ -86,0 +88,0 @@ return options;

{
"name": "jest-config",
"version": "19.3.0-alpha.85402254",
"version": "20.0.0",
"repository": {

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

"glob": "^7.1.1",
"jest-environment-jsdom": "^19.3.0-alpha.85402254",
"jest-environment-node": "^19.3.0-alpha.85402254",
"jest-jasmine2": "^19.3.0-alpha.85402254",
"jest-regex-util": "^19.3.0-alpha.85402254",
"jest-resolve": "^19.3.0-alpha.85402254",
"jest-validate": "^19.3.0-alpha.85402254",
"pretty-format": "^19.3.0-alpha.85402254"
"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"
}
}
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