Gathering detailed insights and metrics for moleculer-repl
Gathering detailed insights and metrics for moleculer-repl
npm install moleculer-repl
Typescript
Module System
Min. Node Version
Node Version
NPM Version
84.4
Supply Chain
81.7
Quality
72.6
Maintenance
100
Vulnerability
97.9
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
3,967,970
Last Day
3,580
Last Week
16,207
Last Month
75,293
Last Year
821,575
MIT License
27 Stars
301 Commits
25 Forks
5 Watchers
2 Branches
19 Contributors
Updated on May 23, 2024
Minified
Minified + Gzipped
Latest Version
0.7.4
Package Id
moleculer-repl@0.7.4
Unpacked Size
100.35 kB
Size
22.80 kB
File Count
39
NPM Version
6.14.16
Node Version
12.22.12
Published on
Sep 09, 2023
Cumulative downloads
Total Downloads
Last Day
8.6%
3,580
Compared to previous day
Last Week
-9.8%
16,207
Compared to previous week
Last Month
6.3%
75,293
Compared to previous month
Last Year
-4.7%
821,575
Compared to previous year
11
The moleculer-repl
is an interactive console.
npm install moleculer-repl --save
Start broker in REPL mode
1const broker = new ServiceBroker(); 2 3broker.start().then(() => { 4 // Start REPL 5 broker.repl(); 6});
You will get a console:
1mol $
Run help
to see available commands.
Please read our documentation on Moleculer site
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
The project is available under the MIT license.
Copyright (c) 2020 MoleculerJS
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 5/15 approved changesets -- score normalized to 3
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
SAST tool is not run on all commits -- score normalized to 0
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