Babel plugin transform property literals, versions 6.9.3 and 6.9.4, are designed to convert valid property key literals within JavaScript code into plain identifiers, streamlining code and potentially improving performance. Both versions share the same core functionality and dependencies, relying on 'esutils' version 2.0.2 or higher. They are licensed under the MIT license and the source code can be found within the babel/minify repository on GitHub. The author is listed as amasad in both versions.
From a developer's perspective, the key difference lies in the release date. Version 6.9.3 was released on May 14, 2018, at 13:53:41.629Z, while version 6.9.4 followed later the same day at 21:33:29.930Z. Both versions also share the same file count of 7 and unpacked size of 5193 bytes. As the file count, dependencies, source code and size is the same, it's reasonable to assume that version 6.9.4 included minor bug fixes, performance improvements, or perhaps adjustments to internal tooling without impacting the public API or core functionality. For projects already using version 6.9.3, upgrading to 6.9.4 is generally recommended to leverage any potential enhancements. Developers should consult the commit history in the git repository to understand the exact nature of the changes made between these releases.
The are not vulnerabilities for the version 6.9.4 of the package babel-plugin-transform-property-literals