
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
es5to3-webpack-plugin
Advanced tools
A Webpack plugin that transforms ES5 JavaScript output to ES3. This plugin supports also source maps and handles source map transformation if needed.
npm install es5to3-webpack-plugin
In webpack.config.js
:
var ES5to3OutputPlugin = require("es5to3-webpack-plugin");
module.exports = {
// enable source map generation, if necessary
devtool: "source-map",
...
plugins: [
new ES5to3OutputPlugin()
]
};
Regular expression that will be used to filter the files within the output stream. Default: defines the file filter, default: /.js$/i
(Hint: Only JavaScript can be transformed.)
FAQs
Transforms JavaScript from ES5 to ES3 bundled by webpack.
The npm package es5to3-webpack-plugin receives a total of 33 weekly downloads. As such, es5to3-webpack-plugin popularity was classified as not popular.
We found that es5to3-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.