📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

oxc-resolver

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxc-resolver - npm Package Versions

23456

8.0.0

Diff
boshen
published 8.0.0 •

Changelog

Source

8.0.0 - 2025-05-01

<!-- 1 -->Bug Fixes

  • fix incorrect return of package.json when a workspace module has node_modules (#482)

<!-- 2 -->Performance

  • cache whether a path is node_modules or inside node_modules (#490)
  • remove a useless load_as_directory call (#487)

<!-- 4 -->Refactor

  • [breaking] remove description_files option (#488)
  • [breaking] remove modules options (#484)
boshen
published 7.0.1 •

Changelog

Source

8.0.0 - 2025-05-01

<!-- 1 -->Bug Fixes

  • fix incorrect return of package.json when a workspace module has node_modules (#482)

<!-- 2 -->Performance

  • cache whether a path is node_modules or inside node_modules (#490)
  • remove a useless load_as_directory call (#487)

<!-- 4 -->Refactor

  • [breaking] remove description_files option (#488)
  • [breaking] remove modules options (#484)
boshen
published 7.0.0 •

Changelog

Source

7.0.0 - 2025-04-29

<!-- 1 -->Bug Fixes

  • return the enclosing package.json if it is inside node_modules (#476)

<!-- 4 -->Refactor

  • add Debug to FsCachedPath (#478)
boshen
published 6.0.2 •

Changelog

Source

7.0.0 - 2025-04-29

<!-- 1 -->Bug Fixes

  • return the enclosing package.json if it is inside node_modules (#476)

<!-- 4 -->Refactor

  • add Debug to FsCachedPath (#478)
boshen
published 6.0.1 •

Changelog

Source

6.0.1 - 2025-04-25

<!-- 1 -->Bug Fixes

  • handle package.json and tsconfig.json with BOM (#463)

<!-- 2 -->Performance

  • avoid double call to parse_package_specifier (#465)
boshen
published 6.0.0 •

Changelog

Source

6.0.0 - 2025-04-22

<!-- 1 -->Bug Fixes

  • properly handle DOS device paths in strip_windows_prefix (#455)
boshen
published 5.3.0 •

Changelog

Source

5.3.0 - 2025-04-19

<!-- 0 -->Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)
boshen
published 5.2.0 •

Changelog

Source

5.2.0 - 2025-04-08

<!-- 1 -->Bug Fixes

  • resolve ${configDir} in tsconfig compilerOptions.baseUrl (#450)
boshen
published 5.1.1 •

Changelog

Source

5.1.1 - 2025-04-04

<!-- 1 -->Bug Fixes

  • handle query and fragment in pacakge.json exports and imports field (#443)
boshen
published 5.1.0 •

Changelog

Source

5.1.0 - 2025-04-02

<!-- 0 -->Features

  • resolve emitDecoratorMetadata in tsconfig (#439)

<!-- 3 -->Documentation

  • fix an incorrect comment on Context::missing_dependencies