Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oxc-resolver

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxc-resolver - npm Package Versions

234

2.1.1

Diff

Changelog

Source

2.1.1 - 2024-11-22

Performance

  • reduce hash while resolving package.json (#319)
  • reduce memory allocation while normalizing package path (#318)
  • reduce memory allocation while resolving package.json (#317)
  • use path.as_os_str().hash() instead of path.hash() (#316)
  • reduce memory allocation by using a thread_local path for path methods (#315)

Other

  • remove the deprecated simdutf8 aarch64_neon feature
  • mention extension must start with a . in with_extension (#313)
boshen
published 2.1.0 •

Changelog

Source

2.1.0 - 2024-11-20

Added

  • add Resolver::resolve_tsconfig API (#312)

Fixed

  • don't panic when resolving / with roots (#310)
  • use same UNC path normalization logic with libuv (#306)

Other

  • (deps) update rust crates to v1.0.215
  • fix symlink test init on windows (#307)
boshen
published 2.0.1 •

Changelog

Source

2.0.1 - 2024-11-08

Other

  • cargo upgrade && pnpm upgrade
  • bring back the symlink optimization (#298)
  • (deps) update rust crate criterion2 to v2
boshen
published 2.0.0 •

Changelog

Source

2.0.0 - 2024-10-22

Added

  • [breaking] add add ResolveError::Builtin::is_runtime_module (#272)

Fixed

  • use fs::canonicalize to cover symlink edge cases (#284)
  • extensionAlias cannot resolve mathjs (#273)
boshen
published 1.12.0 •

Changelog

Source

1.12.0 - 2024-09-25

Added

  • [breaking] mark ResolveError #[non_exhaustive] (#252)
  • show tried extension aliases in ResolveError::ExtensionAlias (#251)
  • give a specific error for matched alias not found (#238)
boshen
published 1.11.0 •

Changelog

Source

1.11.0 - 2024-08-26

Added

  • use simdutf8 to validate UTF-8 when reading files (#237)
  • Yarn PnP (behind a feature flag) (#217)
boshen
published 1.10.2 •

Changelog

Source

1.10.2 - 2024-07-16

Chore

  • Release FreeBSD
boshen
published 1.10.1 •

Changelog

Source

1.10.1 - 2024-07-15

Fixed

  • resolve module ipaddr.js correctly when extensionAlias is provided (#228)
boshen
published 1.10.0 •

Changelog

Source

1.10.0 - 2024-07-11

Added

  • (napi) expose module type info in ResolveResult (#223)

Fixed

  • remove #[cfg(target_os = "windows")] logic in canonicalize (#221)

Other

  • update cargo deny (#222)
  • pin crate-ci/typos version
boshen
published 1.9.4 •

Changelog

Source

1.9.4 - 2024-07-10

Other

  • use custom canonicalize impl to avoid useless syscall (#220)
  • add symlink fixtures (#219)
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