Gathering detailed insights and metrics for budo-chrome
Gathering detailed insights and metrics for budo-chrome
npm install budo-chrome
Typescript
Module System
Node Version
NPM Version
23.5
Supply Chain
57.1
Quality
65.2
Maintenance
25
Vulnerability
93.2
License
JavaScript (94.94%)
HTML (4.47%)
CSS (0.59%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
8,791
Last Day
2
Last Week
7
Last Month
40
Last Year
349
MIT License
39 Stars
38 Commits
1 Forks
6 Watchers
3 Branches
1 Contributors
Updated on Mar 25, 2023
Latest Version
3.0.0
Package Id
budo-chrome@3.0.0
Size
3.89 kB
NPM Version
2.11.3
Node Version
0.12.7
Cumulative downloads
Total Downloads
Last Day
100%
2
Compared to previous day
Last Week
16.7%
7
Compared to previous week
Last Month
-9.1%
40
Compared to previous month
Last Year
-43.6%
349
Compared to previous year
1
A browserify dev server on top of budō, providing live script injection for Chrome. On filesave, this can make updates to animations and graphics without destroying application state.
Under the hood, this uses v8 LiveEdit through Chrome's Remote Debugging protocol. The technology is still experimental, and may not be suitable yet for widespread production use.
1# install the tool 2npm install -g budo-chrome 3 4# now run our dev server 5budo-chrome index.js --open
:bulb: You may need to quit all running instances of Chrome before continuing.
This should open Chrome with the remote debugger attached. Changing index.js
will incrementally update a bundle.js
file and inject the new source into Chrome.
Props to @caspervonb for the early groundwork.
See the docs for information on how to get set up. See the demo and its source code for an example of how it looks in practice.
1Usage: 2 budo-chrome [entries] [opts] 3 4Options: 5 --open open a new instance of Chrome 6 --remote-port remote debugging port, default 9222
The other options are passed along to budō and browserify/watchify.
MIT, see LICENSE.md for details.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/27 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
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
Score
Last Scanned on 2025-02-24
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