Gathering detailed insights and metrics for zer0-bus
Gathering detailed insights and metrics for zer0-bus
Gathering detailed insights and metrics for zer0-bus
Gathering detailed insights and metrics for zer0-bus
npm install zer0-bus
Typescript
Module System
Node Version
NPM Version
53
Supply Chain
72.7
Quality
71.8
Maintenance
50
Vulnerability
95.4
License
TypeScript (100%)
Total Downloads
3,122
Last Day
1
Last Week
6
Last Month
11
Last Year
184
1 Stars
40 Commits
2 Watching
1 Branches
1 Contributors
Latest Version
0.3.1
Package Id
zer0-bus@0.3.1
Unpacked Size
28.02 kB
Size
7.27 kB
File Count
20
NPM Version
6.0.0
Node Version
8.11.2
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
500%
6
Compared to previous week
Last month
175%
11
Compared to previous month
Last year
-36.8%
184
Compared to previous year
3
pattern matching service bus over local area networks
thin typescript wrapper around seneca using seneca-zyre-transport (zyre.js)
examples can be found in src/tests folder
1import { ZeroBus, DoneFunc } from "zer0-bus"; 2 3let terminalConfig = { name: "test1", headers: { terminalId: "term1" }, iface: "Wireless Network Connection", testing: true }; 4ZeroBus.instance(terminalConfig) 5 .then((zb: ZeroBus) => { 6 zb.add({ 7 cmd: 'hello' 8 }, (msg: any, done: DoneFunc) => { 9 done(null, { 10 result: 'hello ' + msg.name, 11 }) 12 }) 13 zb.act({ 14 cmd: 'hello', 15 //version: "v2", 16 name: 'Dude' 17 }).then((resp: any) => { 18 console.log("response message from v2 act ", c, "...", resp) 19 }) 20 })
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
15 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