Socket
Socket
Sign inDemoInstall

@tkskto/vue-component-analyzer

Package Overview
Dependencies
161
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tkskto/vue-component-analyzer

Analyze dependency tree for Vue.js SFC (Single File Component)


Version published
Weekly downloads
217
decreased by-33.84%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

vue-component-analyzer

This tool can Analyze dependency tree for Vue.js SFC (Single File Component)

installation and usage

You can install vue-component-analyzer using npm:

npm install @tkskto/vue-component-analyzer --save-dev

Then put command on npm scripts.

"scripts": {
  "vca": "vca --dir pages"
}

Or you can use npx:

npx vca --dir pages

CLI Options

  • --dir : target directory. default is src.
  • -f or --format : report type. choose one from [browser | json | both]. default is `browser'.
  • -o or --out : output directory for JSON file.

License

MIT License.

FAQs

Last updated on 06 Oct 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc