Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
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 25 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.