
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.
git-compose
Advanced tools
Compose GIT branches and cascade merge updates
Assumes your project is using the IIP™ branching pattern:
A single technology in isolation, prefixed with
iso__.
Integration between multiple technologies (ie. composed branches), prefixed with
int__.
Isolation, muliple Isolation and/or Integration Branches on their own or composed to create a foundation upon which a reusable package (eg. NPM package) is built, prefixed with
pkg__.
All other branches can be named whatever you want so long as they do not start with iso__, int__ or feat__ they will not be touched, by the commands below.
Install
npm i -D git-compose
Make sure your branches follow the IIP™ branch naming conventions.
Use the commands below
npx git-compose print_heirarchy
verbose mode (shows full branch names)
npx git-compose print_heirarchy -v
fetch remotes
npx git-compose print_heirarchy -f
npx git-compose build_integration_branch <branch>
name must be prefixed with int__ and must contain existing branches eg. int__branch1--branch_sub2--branch_sub2_subsub1npx git-compose cascade_merge
Add an .env file to your project to configure this script.
eg.
ROOT_BRANCH=iso__base
ERROR_LOG_PATH=git-branch-errors.txt
The IIP™ standard is an experiment, use with discretion.
I take no responsibility for any damage or loss resulting from the use of this package.
FAQs
Compose GIT branches and cascade merge updates
The npm package git-compose receives a total of 4 weekly downloads. As such, git-compose popularity was classified as not popular.
We found that git-compose 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.