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 30.0.0-alpha.1 to 30.0.0-alpha.2

3

build/index.d.ts

@@ -7,4 +7,5 @@ /**

*/
import type {IModuleMap} from 'jest-haste-map';
import {IModuleMap} from 'jest-haste-map';
export declare type AsyncResolver = (

@@ -11,0 +12,0 @@ path: string,

@@ -370,2 +370,4 @@ /*!

}
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -372,0 +374,0 @@ const pkgJsonFile = (0, _path().resolve)(dir, './package.json');

{
"name": "jest-resolve",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

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

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

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

"@types/graceful-fs": "^4.1.3",
"@types/pnpapi": "^0.0.4",
"@types/pnpapi": "^0.0.5",
"@types/resolve": "^1.20.2",

@@ -47,3 +47,3 @@ "tsd-lite": "^0.8.0"

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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