Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@digicat/ethereum-extract-contract-events
Advanced tools
Extracts events from a particular contract from block or transaction logs
Extracts events from a particular contract from block or transaction logs. Requires Node.js 8.6 or newer.
const extractContractEvents = require('@digicat/ethereum-extract-contract-events')
// Let's assume you can get a transaction receipt. It may include logs:
const receipt = await getTransactionReceipt('0xe9d7d2bc7b98b1e5090b9363453836ab89b290415e997acb8d773e4f46440c09')
const events = extractContractEvents({
// ABI array of the contract (required).
contractAbi: […],
// Address of the contract. You'll get events emitted by this contract.
contractAddress: '0xef3b47f7e4865c72565f448cc162945ea5bcdc1e',
// Logs from a transaction receipt, or a block.
logs: receipt.logs
})
FAQs
Extracts events from a particular contract from block or transaction logs
The npm package @digicat/ethereum-extract-contract-events receives a total of 0 weekly downloads. As such, @digicat/ethereum-extract-contract-events popularity was classified as not popular.
We found that @digicat/ethereum-extract-contract-events demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.