@types/lodash versions 4.14.106 and 4.14.105 represent incremental updates to the TypeScript definitions for the popular Lodash utility library. Version 4.14.106, released on March 22, 2018, follows closely on the heels of version 4.14.105, released on March 15, 2018. A key difference lies in the significantly increased package size of the newer version. Version 4.14.106 boasts a fileCount of 701 and an unpackedSize of 2,100,541 bytes, a considerable jump from version 4.14.105's fileCount of 315 and an unpackedSize of 601,122 bytes.
This size increase suggests a substantial expansion in the scope of the TypeScript definitions. Developers using @types/lodash should consider version 4.14.106 for potentially improved type coverage and more accurate type hints when working with Lodash functions, particularly as it will likely enhance code completion and static analysis within their IDEs. While the core maintainership and licensing (MIT) remain consistent between the two versions reflecting stability, the newer version of @types/lodash focuses on improving type safety and developer experience within TypeScript projects using Lodash. Consider upgrading with caution, testing to ensure forward compatibility within your project, due to its significant structural difference from the previous version.
The are not vulnerabilities for the version 4.14.106 of the package @types/lodash