The mkdirp package, a utility for recursively creating directories similar to the mkdir -p command, saw a small update from version 3.0.0 to 3.0.1. Both versions share the same core functionality, description, and development dependencies, catering to developers who need a reliable way to generate directory structures programmatically in Node.js environments. They both use the same suite of tools for development, testing, and documentation including Typescript, tap, prettier, and eslint.
The key difference lies in the updated dist metadata. Version 3.0.1 shows a slightly larger unpackedSize of 106656 bytes compared to version 3.0.0's 103291 bytes, suggesting minor code adjustments or optimizations. Furthermore, the 'releaseDate' shows that version 3.0.1 was published on April 24, 2023, whereas version 3.0.0 was published on April 9, 2023.
For developers, these revisions likely represent bug fixes or performance enhancements rather than substantial feature additions. Users already relying on mkdirp can expect similar behavior but potentially improved stability or efficiency by upgrading. New users can confidently adopt either version knowing they provide the same core directory creation capabilities, with 3.0.1 being the more recent and potentially refined option. Both versions are licensed under the MIT license and the project is hosted on GitHub, encouraging contributions. The funding link also indicates the project is looking for financial support.
The are not vulnerabilities for the version 3.0.1 of the package mkdirp