
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.
md-aggregate
Advanced tools
Aggregate README.md with CHANGELOG.md or whatever.md.
npm i -g md-aggregate
md-aggregate <target> [input..]
aggregate markdown files
Options:
-w, --write write mode (when missing you will get preview in console)
[boolean] -i, --input source markdown files [array] -t, --target destination markdown file [string] -h, --help Show help [boolean] -v, --version Show version number [boolean]
Examples:
preview: md-aggregate README.md CHANGELOG.md
one: md-aggregate README.md CHANGELOG.md -w
multi: md-aggregate README.md ABOUT.md LICENSE.md CHANGELOG.md -w
multi: md-aggregate README.md -i ABOUT.md -i LICENSE.md -i CHANGELOG.md
-w
Insert markdown documents into one document, and level up the titles,
For Example, you have README.md like this
# README.md
## OTHER
...OTHER
and CHANGELOG.md like this
# CHANGE LOG
## x.x.x
...CHANGELOG
It will be append or replaced into README.md like this:
# README
## OTHER
...OTHER
## CHANGE LOG
### x.x.x
...CHANGELOG
...
MIT License - The MIT License – Open Source Initiative
Author: snomiao snomiao@gmail.com Website: snomiao.com
Claim your sponsorship by donating snomiao <Email: snomiao@gmail.com>
The main repo is in here, any issue and PR's welcome.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Note: This section is orginally written in CHANGELOG.md file and is merged into README.md to show how this project works.
FAQs
Aggregate README.md with CHANGELOG.md or whatever
The npm package md-aggregate receives a total of 0 weekly downloads. As such, md-aggregate popularity was classified as not popular.
We found that md-aggregate demonstrated a not healthy version release cadence and project activity because the last version was released 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.

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.