
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
webpack-build-analytic
Advanced tools
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
Install the webpack monitor plugin on your production config. The plugin will collect stats whenever meaningful changes to bundle composition have occurred. Optionally launch analysis too to see how your bundles have changed over time!
npm install --save-dev webpack-build-analytic
in webpack.config.js
const WebpackBuildAnalytic = require('webpack-build-analytic');
// ...
plugins: [
new WebpackBuildAnalytic({
apiKey: "",
version: ""
}),
],
apiKey
your apiKey project.version
version your app.excludeSourceMaps
excludes emitted source maps from the build stats.To contribute to webpack-build-analytic
, fork the repository and clone it to your machine then install dependencies with npm install
. If you're interested in joining the Webpack Build Analytic team as a contributor, feel free to message one of us directly!
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
We found that webpack-build-analytic 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.