
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
@babel/plugin-transform-template-literals
Advanced tools
Compile ES2015 template literals to ES5
See our website @babel/plugin-transform-template-literals for more information.
Using npm:
npm install --save-dev @babel/plugin-transform-template-literals
or using yarn:
yarn add @babel/plugin-transform-template-literals --dev
Transforms ES2015 arrow functions into function expressions. Similar in that it also ensures ES5 compatibility for newer syntax features.
Transforms ES2015 destructuring assignments into equivalent ES5 syntax. It provides similar functionality in terms of transforming modern JavaScript features to be compatible with older environments.
Transforms ES2015 spread syntax into equivalent ES5 syntax. Like the template literal plugin, it ensures that code using modern JavaScript features can run in environments that only support ES5.
FAQs
Compile ES2015 template literals to ES5
The npm package @babel/plugin-transform-template-literals receives a total of 24,808,406 weekly downloads. As such, @babel/plugin-transform-template-literals popularity was classified as popular.
We found that @babel/plugin-transform-template-literals demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.