Installations
npm install nuxt-jarvis
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.11.4
NPM Version
5.6.0
Score
32.2
Supply Chain
46
Quality
70
Maintenance
50
Vulnerability
98.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
validate.email 🚀
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Developer
bionicmaster
Download Statistics
Total Downloads
587
Last Day
1
Last Week
4
Last Month
10
Last Year
138
GitHub Statistics
MIT License
13 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 16, 2018
Bundle Size
340.79 kB
Minified
84.55 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.0
Package Id
nuxt-jarvis@1.0.0
Unpacked Size
27.92 kB
Size
9.26 kB
File Count
12
NPM Version
5.6.0
Node Version
8.11.4
Total Downloads
Cumulative downloads
Total Downloads
587
Last Day
0%
1
Compared to previous day
Last Week
300%
4
Compared to previous week
Last Month
42.9%
10
Compared to previous month
Last Year
119%
138
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Webpack Jarvis Module
Jarvis Dashboard integration for Nuxt
Install
Install the package:
1yarn add nuxt-jarvis -D 2# or npm i nuxt-jarvis -D
Setup
- Add
nuxt-jarvis
tonuxt.config.js
:
1// nuxt.config.js 2 3{ 4 modules: [ 5 'nuxt-jarvis', 6 ] 7}
In your browser open:
localhost:1337
and you are all set!
Options
Webpack plugin options can be passed to Webpack Jarvis in Nuxt config's modules sections:
1// nuxt.config.js 2 3{ 4 modules: [ 5 ['jarvisdashboard-module', { 6 port: 1337 7 }] 8 ] 9}
Or by adding a jarvisDashboard
key:
1// nuxt.config.js 2 3{ 4 jarvisDashboard: { 5 port: 1337 6 } 7}

No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/13 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 SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
19 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-j4f2-536g-r55m
- Warn: Project is vulnerable to: GHSA-r7qp-cfhv-p84w
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-76p3-8jx3-jpfq
- Warn: Project is vulnerable to: GHSA-3rfm-jhwj-7488
- Warn: Project is vulnerable to: GHSA-hhq3-ff78-jv3g
- Warn: Project is vulnerable to: GHSA-6fx8-h7jm-663j
- Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg
- Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p
- Warn: Project is vulnerable to: GHSA-fxwf-4rqh-v8g3
- Warn: Project is vulnerable to: GHSA-25hc-qcg6-38wj
- Warn: Project is vulnerable to: GHSA-xfhh-g9f5-x4m4
- Warn: Project is vulnerable to: GHSA-qm95-pgcg-qqfq
- Warn: Project is vulnerable to: GHSA-cqmj-92xf-r6r9
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
- Warn: Project is vulnerable to: GHSA-72mh-269x-7mh5
- Warn: Project is vulnerable to: GHSA-h4j5-c7cj-74xg
Score
1.7
/10
Last Scanned on 2025-03-10
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