New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ngx-builders/analyze

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-builders/analyze

Angular Builder To Run Source Map Explorer

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
3K
42.13%
Maintainers
1
Weekly downloads
 
Created
Source

source-map-analyzer

npm version Node.js CI npm downloads

Builder To Run Source Map Explorer

All Contributors

Want to run the source-map-explorer with Angular? This builder does it for you with zero configuration.

Setting up this Builder

ng add @ngx-builders/analyze
OR
ng add @ngx-builders/analyze --project={projectName}

NOTE: This version uses npx to install source-map-explorer temporarily if it isn't installed already. If you don't have npx installed, please install it.

We will remove this dependecny in future updates.

That's it. Now, you are good to go

Now whenever you want to analyze your angular project just run a command ng run [YOUR_PROJECT_NAME]:analyze and it will run the source-map-explorer.

📦 Options

--gzip

  • optional
  • Default: false (boolean)
  • Example:
    • ng run [YOUR_PROJECT_NAME]:analyze --gzip – Give the stats of gzip bundle.

--diffLoading

  • optional
  • Default: false (boolean)
  • Example:
    • ng run [YOUR_PROJECT_NAME]:analyze --diffLoading=true – You can change to true if differential loading is enabled.

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Ankit

📖

Tobias Wittwer

📖

Bhavik

💻

vimal patel

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

angular

FAQs

Package last updated on 15 Apr 2023

Did you know?

Socket

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.

Install

Related posts