Gathering detailed insights and metrics for eth-json-rpc-filters
Gathering detailed insights and metrics for eth-json-rpc-filters
Gathering detailed insights and metrics for eth-json-rpc-filters
Gathering detailed insights and metrics for eth-json-rpc-filters
@trufflesuite/eth-json-rpc-filters
Fork of https://github.com/MetaMask/eth-json-rpc-filters
@metamask/eth-json-rpc-filters
[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).
eth-json-rpc-middleware
Ethereum-related json-rpc-engine middleware.
@metamask/eth-json-rpc-middleware
Ethereum-related json-rpc-engine middleware.
json-rpc-engine middleware implementing ethereum filter methods
npm install eth-json-rpc-filters
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
30 Stars
202 Commits
38 Forks
49 Watching
7 Branches
266 Contributors
Updated on 08 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
6.4%
52,139
Compared to previous day
Last week
11.5%
285,672
Compared to previous week
Last month
0%
1,135,560
Compared to previous month
Last year
1%
13,786,213
Compared to previous year
@metamask/eth-json-rpc-filters
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
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6
Reason
SAST tool is not run on all commits -- score normalized to 6
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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