Gathering detailed insights and metrics for dekey-eth-json-rpc-filters
Gathering detailed insights and metrics for dekey-eth-json-rpc-filters
Gathering detailed insights and metrics for dekey-eth-json-rpc-filters
Gathering detailed insights and metrics for dekey-eth-json-rpc-filters
json-rpc-engine middleware implementing ethereum filter methods
npm install dekey-eth-json-rpc-filters
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
30 Stars
204 Commits
41 Forks
46 Watchers
16 Branches
254 Contributors
Updated on Jul 08, 2025
Latest Version
4.2.2
Package Id
dekey-eth-json-rpc-filters@4.2.2
Unpacked Size
24.03 kB
Size
6.90 kB
File Count
13
NPM Version
6.14.8
Node Version
12.19.0
Cumulative downloads
Total Downloads
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()
1yarn test
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 6
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
project is not fuzzed
Details
Reason
14 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 MoreLast 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