🚀 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
56
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

12356

1.10.1

Diff
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)
boshen
published 1.9.3 •

Changelog

Source

1.9.3 - 2024-07-03

Fixed

  • tsconfig project reference it self should throw error (#211)

Other

  • (napi) make napi binary smaller with minimal tracing features (#213)
  • (napi) remove tokio (#212)
  • (deps) update rust crate dashmap to v6 (#209)
boshen
published 1.9.2 •

Changelog

Source

1.9.2 - 2024-06-30

Added

  • (napi) add tracing via OXC_LOG:DEBUG (#202)

Other

  • document directory is an absolute path for resolve(directory, specifier) (#206)
  • add a broken tsconfig test (#205)
  • improve code coverage for src/error.rs (#204)
  • skip resolving extension alias when options.extension_alias is empty (#203)
  • add npm badge to crates.io
boshen
published 1.9.1 •

Changelog

Source

1.9.1 - 2024-06-29

Added

  • strip symbols and enable LTO (#197)

Other

  • improve call to Path::ends_with (#199)
  • list [profile.release] explicitly (#198)
boshen
published 1.9.0 •

Changelog

Source

1.9.0 - 2024-06-28

Added

  • export package.json type and sideEffects field by default for bundlers (#196)
boshen
published 1.8.4 •

Changelog

Source

1.8.4 - 2024-06-27

Other

  • skip searching for package.json when alias_fields is not provided (#194)
boshen
published 1.8.3 •

Changelog

Source

1.8.3 - 2024-06-26

  • (napi) release wasi build
boshen
published 1.8.2 •

Changelog

Source

1.8.2 - 2024-06-24

Added

  • (napi) add async API (#191)