Unrs-resolver, a Node.js package designed to enhance UnRS resolution within your projects while offering seamless PNP support, has a new version: 1.9.0. This version builds upon the solid foundation of its predecessor, 1.8.1, introducing incremental improvements and platform support. Both versions share the same core dependencies, relying on napi-postinstall for ensuring native add-on compatibility. Crucially, version 1.9.0 broadens its reach by including prebuilt binaries for even more platforms within its optionalDependencies.
The major difference lies in the optional dependencies. Unlike version 1.8.1, version 1.9.0 incorporates prebuilt binaries @unrs/resolver-binding-android-arm64, @unrs/resolver-binding-android-arm-eabi. This expansion potentially eliminates the need for on-the-fly compilation for these platforms, saving developers time and preventing platform-specific build challenges. Developers targeting these specific environments should find the upgrade particularly beneficial. These optional dependencies provide platform-specific, pre-built native modules that significantly improve performance and avoid runtime compilation.
Beyond that, both versions are quite similar. They offer the same MIT license, author, funding links, code repository, number of files and description. Unrs-resolver is crafted by JounQin with additional funding available via Open Collective. Upgrading to the latest version ensures you benefit from the most up-to-date platform coverage.
The are not vulnerabilities for the version 1.9.0 of the package unrs-resolver