Gathering detailed insights and metrics for @alayanetwork/eth-json-rpc-filters
Gathering detailed insights and metrics for @alayanetwork/eth-json-rpc-filters
Gathering detailed insights and metrics for @alayanetwork/eth-json-rpc-filters
Gathering detailed insights and metrics for @alayanetwork/eth-json-rpc-filters
npm install @alayanetwork/eth-json-rpc-filters
Typescript
Module System
Node Version
NPM Version
JavaScript (99.37%)
Shell (0.63%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
99 Commits
2 Watchers
16 Branches
3 Contributors
Updated on Oct 29, 2020
Latest Version
4.1.1
Package Id
@alayanetwork/eth-json-rpc-filters@4.1.1
Unpacked Size
48.52 kB
Size
9.98 kB
File Count
23
NPM Version
6.14.8
Node Version
14.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
json-rpc-engine middleware implementing ethereum filter methods.
Backed by an eth-block-tracker and web3 provider interface (web3.currentProvider
).
eth_newFilter
eth_newBlockFilter
eth_newPendingTransactionFilter
eth_uninstallFilter
eth_getFilterChanges
eth_getFilterLogs
basic usage:
1const filterMiddleware = createFilterMiddleware({ blockTracker, provider }) 2engine.push(filterMiddleware)
cleanup:
1// remove blockTracker handler to free middleware for garbage collection 2filterMiddleware.destroy()
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- 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
57 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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