Utility version 1.13.0 introduces key updates and refinements over its predecessor, version 1.12.0, making it a worthwhile upgrade for developers relying on this collection of utilities. One notable change is the addition of mz and mkdirp as dependencies. mz likely provides promise-based wrappers for standard Node.js file system methods, offering a more modern and asynchronous programming experience. The inclusion of mkdirp simplifies the creation of directory structures, ensuring necessary paths exist when writing files, a common task in many applications.
Beyond dependency updates, several development dependencies have been refreshed. ava has advanced from ^0.14.0 to ~0.22.0, bringing potential improvements in testing capabilities. The moment date library has been bumped from ^2.12.0 to ~2.19.1, providing access to newer features and bug fixes related to date and time manipulation. Notably, rimraf has been added as a dev dependency, implying enhanced tooling for removing files and directories during development and build processes. Also, the optimized version has moved from "1" to "~1.2.0" adding the tilde operator.
These updates collectively enhance the utility's functionality and developer experience. The introduction of mz and mkdirp directly expands the toolset available to developers using the library offering an interesting way to explore the functionality.
The are not vulnerabilities for the version 1.13.0 of the package utility