Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
ember-cli-bundle-analyzer
Advanced tools
An Ember CLI addon to analyze the size and contents of your app's bundled output, using an interactive zoomable treemap.
View the interactive Demo
This helps you to
It uses broccoli-concat-analyser under the hood, which in turn was inspired by webpack-bundle-analyzer, and wraps it in Ember CLI addon to make it easy to use.
ember install ember-cli-bundle-analyzer
After you have started your development server using ember serve
, this addon adds a custom middleware listening to
/_analyze
. So just open http://localhost:4200/_analyze
in your web browser to access the analyzer output.
While it processes the data, which can take a while due to live minification and compression of all involved modules, a loading screen is displayed. After processing has finished you should see the final output.
Live reloading is supported, so whenever you change a project file the output will be re-computed and updated.
You can customize the precessing by setting any of the following options into the 'bundle-analyzer'
key of your
ember-cli-build.js
:
ignoreTestFiles
(boolean): by default it will exclude all test files from the output. Set this to false
to include
them.
ignore
(string | string[]): add files to ignore. Glob patterns are supported, e.g. *-fastboot.js
.
FAQs
Analyze the size and contents of your Ember app's bundles
The npm package ember-cli-bundle-analyzer receives a total of 0 weekly downloads. As such, ember-cli-bundle-analyzer popularity was classified as not popular.
We found that ember-cli-bundle-analyzer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.