Gathering detailed insights and metrics for vue-devtools
Gathering detailed insights and metrics for vue-devtools
Gathering detailed insights and metrics for vue-devtools
Gathering detailed insights and metrics for vue-devtools
npm install vue-devtools
Typescript
Module System
Min. Node Version
81
Supply Chain
99.2
Quality
78.3
Maintenance
100
Vulnerability
100
License
JavaScript (75.31%)
HTML (24.69%)
Total Downloads
1,026,605
Last Day
218
Last Week
1,400
Last Month
6,963
Last Year
120,963
61 Stars
77 Commits
23 Forks
4 Watching
14 Branches
4 Contributors
Minified
Minified + Gzipped
Latest Version
5.1.4
Package Id
vue-devtools@5.1.4
Unpacked Size
1.56 MB
Size
475.08 kB
File Count
37
Cumulative downloads
Total Downloads
Last day
-15.5%
218
Compared to previous day
Last week
-25.3%
1,400
Compared to previous week
Last month
-32.4%
6,963
Compared to previous month
Last year
1.6%
120,963
Compared to previous year
An electron devtools extension for debugging Vue.js applications.
1$ yarn add vue-devtools -D 2 3# or npm 4$ npm install vue-devtools --save-dev
calling install
in your main.js
1const { app } = require('electron') 2app.on('ready', () => { 3 // ... 4 if (process.env.NODE_ENV !== 'production') { 5 require('vue-devtools').install() 6 } 7 // ... 8})
calling uninstall
in your main.js
1const { app } = require('electron') 2app.on('ready', () => { 3 // ... 4 if (process.env.NODE_ENV !== 'production') { 5 require('vue-devtools').uninstall() 6 } 7 // ... 8})
Install Vue.js devtools in Electron devtools.
Uninstall Vue.js devtools in Electron devtools.
git checkout -b my-awesome-feature
git commit -am 'Add some feature'
git push -u origin my-awesome-feature
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More