
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
sol-flattener
Advanced tools
This command-line utility flattens and/or merges Solidity files.
sudo npm install -g sol-flattener
CLI Arguments
How to Use sol-flattener?
On your project root, run the following command.
sol-flattener ./contracts/Token.sol ./flattened/Token.sol .,../node_modules
Alternatively, you can create sol-flattener.json configuration file in your project root.
{
"source": "../vesting-schedule/contracts/VestingSchedule.sol",
"destination": "../vesting-schedule/flattened/VestingSchedule.sol",
"search": "./,../node_modules",
"removeRedundantEmptyLines": true
}
and then call sol-flattener instead of passing any command line argument.
FAQs
Solidity Flattener
The npm package sol-flattener receives a total of 2 weekly downloads. As such, sol-flattener popularity was classified as not popular.
We found that sol-flattener 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.