Gathering detailed insights and metrics for webpack-jarvis
Gathering detailed insights and metrics for webpack-jarvis
Gathering detailed insights and metrics for webpack-jarvis
Gathering detailed insights and metrics for webpack-jarvis
npm install webpack-jarvis
Typescript
Module System
Min. Node Version
Node Version
NPM Version
32.2
Supply Chain
56.4
Quality
71
Maintenance
50
Vulnerability
98.6
License
JavaScript (63.33%)
CSS (34.51%)
Shell (1.3%)
HTML (0.86%)
Total Downloads
807,477
Last Day
24
Last Week
444
Last Month
3,085
Last Year
33,574
5,438 Stars
154 Commits
191 Forks
101 Watching
8 Branches
27 Contributors
Latest Version
0.3.2
Package Id
webpack-jarvis@0.3.2
Unpacked Size
1.17 MB
Size
191.51 kB
File Count
33
NPM Version
5.7.1
Node Version
8.8.1
Cumulative downloads
Total Downloads
Last day
-83.2%
24
Compared to previous day
Last week
-41.8%
444
Compared to previous week
Last month
-2.4%
3,085
Compared to previous month
Last year
-23.6%
33,574
Compared to previous year
9
1
33
J.A.R.V.I.S. (Just A Rather Very Intelligent System) will put in your browser all the relevant information you need from your webpack build whether in dev or in prod.
Tons of features are on the roadmap but still, this beta version will improve the way you look at webpack-dev-server or webpack production build bundle, chunks and other output assets.
It is hugely inspired by other webpack dashboards and the core idea is not original, but here are some features:
Original Features:
Other Features:
Tech Stack:
Screenshot:
$ npm i -D webpack-jarvis
In your webpack config file:
1const Jarvis = require("webpack-jarvis"); 2 3/* the rest of your webpack configs */ 4 5plugins: [ 6 new Jarvis({ 7 port: 1337 // optional: set a port 8 }) 9];
In your browser open:
localhost:1337
and you are all set!
Options are (optionally) passed in to the constructor
1new Jarvis(options);
options.port
Type: Number
Default: 1337
The Jarvis dashboard will open on a localhost server at this port.
options.host
Type: String
Default: localhost
The Jarvis dashboard will attach to this host, e.g. 0.0.0.0
.
options.watchOnly
Type: Boolean
Default: true
If set to false, then Jarvis will also run for non-watch builds, and keep running after the build completes.
options.packageJsonPath
Type: String
Default: process.cwd()
Jarvis will look inside this directory for your package.json.
Setting up the dev environment
Install Dependencies:
$ npm install
Run Jarvis in your browser, Jarvis root:
$ npm run watch
Finally, open a browser to http://localhost:1337
!
On the roadmap:
Note:
I am not entirely sure how many bugs you will catch while it's in beta, but what I know for sure is the whole app, especially the client Preact app can be dramatically improved, JS & CSS and structure wise as the whole thing has been built in a rush in a very hacky way.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
98 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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