Gathering detailed insights and metrics for nuxt-jarvis
Gathering detailed insights and metrics for nuxt-jarvis
npm install nuxt-jarvis
Typescript
Module System
Node Version
NPM Version
32.2
Supply Chain
46
Quality
70
Maintenance
50
Vulnerability
98.6
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
587
Last Day
1
Last Week
4
Last Month
10
Last Year
138
MIT License
13 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 16, 2018
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
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
1
Jarvis Dashboard integration for Nuxt
Install the package:
1yarn add nuxt-jarvis -D 2# or npm i nuxt-jarvis -D
nuxt-jarvis
to nuxt.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!
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
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
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
19 existing vulnerabilities detected
Details
Score
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