Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
event-log-harvester
Advanced tools
The Ethereum Event Logs Harvester is a TypeScript utility that simplifies the process of fetching, decoding, and processing event logs from the Ethereum blockchain. It is designed to handle multiple event filters, decode logs according to user-defined schemas, and process the results using customizable callbacks. The utility supports both synchronous and asynchronous decoding, ensuring flexibility and performance in handling large datasets.
getLogs
requests to efficiently handle large ranges of blocks.getLogs
request.getLogs
request fails, the tool retries up to a specified number of times (maxRetries
), with an exponential backoff (1s * retry count
).EventFilter
can have its own callback function, which is invoked after each batch, allowing custom post-processing like database writes, logging, etc.fromBlock
and toBlock
(i.e., logs within [fromBlock, toBlock]
are processed).To install the package, run the following command:
npm install event-log-harvester
FAQs
## Description
The npm package event-log-harvester receives a total of 14 weekly downloads. As such, event-log-harvester popularity was classified as not popular.
We found that event-log-harvester demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.