Babel plugin source map support version 2.1.3 introduces crucial updates compared to its predecessor, version 2.1.2, primarily concerning its dependencies. Developers will find that 2.1.3 upgrades @babel/helper-module-imports from ^7.10.1 to ^7.10.4, ensuring compatibility with later Babel features and bug fixes within the helper module. On the development dependencies side, there are also updates. @babel/core is bumped from ^7.10.2 to ^7.11.4, ava from ^3.8.2 to ^3.12.1 and bili from ^4.10.1 to ^5.0.5, bringing in new features and fixing vulnerabilites present in the previous version of babel and its testing environment. While prettier is upgraded from 2.0.5 to 2.1.1, it's only a dev dependency. These upgrades collectively enhance the plugin's stability, compatibility, and development experience.
This plugin automatically enhances JavaScript stack traces by integrating source map support, making debugging significantly easier. Instead of seeing obfuscated or transformed code locations, developers can directly pinpoint the original source code lines in their development environment when errors occur. This enhancement is especially beneficial in complex projects that heavily rely on transpilation and module bundling. This increased debugging efficacy translates to faster problem resolution and quicker development cycles. Version 2.1.3 was published on August 31, 2020, a few months after version 2.1.2 released on June 8, 2020.
The are not vulnerabilities for the version 2.1.3 of the package babel-plugin-source-map-support