
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.
Break large changes into smaller ones based on mandatory reviewer coverage.
npm i -g dominiumRun dominium in the root of your git repo to split up your last commit. Your commit message and branch name are used when creating new branches.
~/myGitRepo[eslint-fix]$ git commit -am "eslint --fix accross entire codebase"
~/myGitRepo[eslint-fix]$ dominium
Splitting code into 4 branches:
[eslint-fix-1] 12 files owned by noah.sugarman, airbnb/someteam
[eslint-fix-2] 10 files owned by bob-youruncle, amy-lobg
[eslint-fix-3] 14 files owned by airbnb/uncles
[eslint-fix-4] 9 files owned by no owner
Proceed? [Y/n] Y
Creating branch eslint-fix-1
Creating branch eslint-fix-2
Creating branch eslint-fix-3
Creating branch eslint-fix-4
Done
~/myGitRepo[eslint-fix]$ git log eslint-fix-1 --oneline -1
7c89b7bb5bd eslint --fix accross entire codebase 1/4
--owners-file [name] name of file containing list of owners, default MANDATORY_REVIEWERS
--max-branch-files [max] max number of files per branch, default Infinity
// MANDATORY_REVIEWERS noah bob.FAQs
Break large changes into smaller ones based on mandatory reviewer coverage.
We found that dominium 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.