Get-value is a lightweight and efficient JavaScript library designed to retrieve nested values from objects using property paths like a.b.c. Version 1.3.0 introduces several noteworthy changes for developers compared to the previous stable version, 1.2.1. A key difference lies in the updated dependencies. Version 1.3.0 replaces isobject v1.0.0, a core dependency for determining if a value is an object, with a new dependency lazy-cache and arr-flatten which improves performance in certain scenarios. The dependencies and devDependencies have been modified to leverage newer versions of supporting packages. For example, Mocha and Should, popular testing frameworks, have been updated to versions 2.3.3 and 7.1.1 respectively, ensuring compatibility with the latest testing practices. Additionally, version 1.3.0 introduces the "matched" a new dependency for improved pattern matching capabilities. By examining the repository URLs, it is upgraded to use git+https for enhanced security from git://. The dist section provides a direct link to download the gzipped tarball of each version. Developers should evaluate these changes in dependencies and testing frameworks when upgrading to version 1.3.0, ensuring that their existing codebase remains compatible and benefits from the potential performance and security enhancements. Finally, the release dates indicate that version 1.3.0 was released after version 1.2.1.
The are not vulnerabilities for the version 1.3.0 of the package get-value