🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@oxc-resolver/binding-linux-arm64-gnu

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oxc-resolver/binding-linux-arm64-gnu - npm Package Versions

23456

9.0.2

Diff
boshen
published 9.0.2 •
boshen
published 9.0.1 •

Changelog

Source

9.0.1 - 2025-05-09

<!-- 1 -->Bug Fixes

  • oxc_resolver_napi dependency version
boshen
published 9.0.0 •

Changelog

Source

9.0.0 - 2025-05-09

<!-- 1 -->Bug Fixes

  • hash import does not need to load from node_modules (#501)

<!-- 7 -->Chore

  • add --tsconfig to example (#505)
  • publish oxc_napi_resolver (#496)
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)