
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
incrementalquintree
Advanced tools
An incremental Merkle tree which supports 2 or 5 nodes per leaf.
This repository provides a Typescript implementation of an incremental Merkle tree which supports either 2 (binary) or 5 (quinary) leaves per node.
The original code is from the MACI project, but has been placed in its own repository and NPM package so other projects can use it.
circom
circuits for zero-knowledge applications are also included. Please
note that it is not possible to import .circom
files from this module as the
circom
compiler does not yet have a way to specify custom import origins,
like how solc
has a --allow-paths
flag.
Solidity contracts are also included.
To run all tests, first clone this repository, navigate to its root directory, and perform the following steps inside it:
npm i
npm run circom-helper
.npm run hardhat
.npm run test
.FAQs
An incremental Merkle tree which supports 2 or 5 nodes per leaf.
The npm package incrementalquintree receives a total of 37 weekly downloads. As such, incrementalquintree popularity was classified as not popular.
We found that incrementalquintree 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.