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

jest-resolve

Package Overview
Dependencies
Maintainers
4
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-resolve - npm Package Compare versions

Comparing version 30.0.0-alpha.6 to 30.0.0-alpha.7

2

build/index.js

@@ -565,3 +565,3 @@ /*!

const rootIndex = resolvePaths.indexOf(globalPath);
return rootIndex > -1 ? resolvePaths.slice(rootIndex + 1) : [];
return rootIndex === -1 ? [] : resolvePaths.slice(rootIndex + 1);
}

@@ -568,0 +568,0 @@ return [];

{
"name": "jest-resolve",
"version": "30.0.0-alpha.6",
"version": "30.0.0-alpha.7",
"repository": {

@@ -24,6 +24,6 @@ "type": "git",

"graceful-fs": "^4.2.9",
"jest-haste-map": "30.0.0-alpha.6",
"jest-haste-map": "30.0.0-alpha.7",
"jest-pnp-resolver": "^1.2.2",
"jest-util": "30.0.0-alpha.6",
"jest-validate": "30.0.0-alpha.6",
"jest-util": "30.0.0-alpha.7",
"jest-validate": "30.0.0-alpha.7",
"resolve": "^1.20.0",

@@ -44,3 +44,3 @@ "resolve.exports": "^2.0.0",

},
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
"gitHead": "bacb7de30d053cd87181294b0c8a8576632a8b02"
}
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