
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.
cross-repo-cherry-pick
Advanced tools
Perform cherry-pick operations between projects to reduce duplication of work when developing the same module for projects with only partial differences. This allows multiple projects to be maintained independently and synchronized.
Perform cherry-pick operations between projects to reduce duplication of work when developing the same module for projects with only partial differences. This allows multiple projects to be maintained independently and synchronized.
使用 npm 安装:
npm install -g cross-repo-cherry-pick
基本命令
crcp <source-repo> <source-branch> <commit-hash> <target-repo> <target-branch>
示例
crcp https://github.com/user/source-repo.git main abc123 https://github.com/user/target-repo.git develop
你可以在项目根目录下创建一个 .crcpconfig 文件来配置默认选项:
{
"sourceRepo": "https://github.com/user/source-repo.git",
"sourceBranch": "main",
"targetRepo": "https://github.com/user/target-repo.git",
"targetBranch": "develop"
}
MIT
Kuo.Zheng
FAQs
Perform cherry-pick operations between projects to reduce duplication of work when developing the same module for projects with only partial differences. This allows multiple projects to be maintained independently and synchronized.
We found that cross-repo-cherry-pick 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.