Enforce strict mode in JavaScript modules. @babel/plugin-transform-strict-mode automatically adds "use strict"; to the top of files, ensuring all code within the module is executed in strict mode. This enhances code quality by enabling stricter parsing and error handling, catching common coding mistakes that might otherwise be silently ignored. Ideal for projects aiming for cleaner and more robust JavaScript execution.
The @babel/plugin-transform-strict-mode npm package saw sporadic releases between August 2018 and August 2025. Releases were most frequent in 2020 and 2021, with occasional releases in other years. There were no releases in September 2018, and no releases between September 2024 and August 2025 except for April 2025.
@babel/plugin-transform-strict-mode downloads show a general upward trend from March 2024 to March 2025. Downloads peaked in March 2025 at 374,721. There was a drop in August 2025, and a further significant decrease September 2025, which is incomplete.