Socket
Socket
Sign inDemoInstall

jest-resolve

Package Overview
Dependencies
58
Maintainers
3
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.6.4 to 29.7.0

2

build/resolver.js

@@ -437,3 +437,3 @@ 'use strict';

/\$([0-9]+)/g,
(_, index) => matches[parseInt(index, 10)]
(_, index) => matches[parseInt(index, 10)] || ''
)

@@ -440,0 +440,0 @@ : moduleName => moduleName;

{
"name": "jest-resolve",
"version": "29.6.4",
"version": "29.7.0",
"repository": {

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

"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.6.4",
"jest-haste-map": "^29.7.0",
"jest-pnp-resolver": "^1.2.2",
"jest-util": "^29.6.3",
"jest-validate": "^29.6.3",
"jest-util": "^29.7.0",
"jest-validate": "^29.7.0",
"resolve": "^1.20.0",

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

},
"gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
}
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