
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.
a command-line and a web-based visualization tool that computes and visualizes the bus factor of a repository
DEV-EYE is a tool that computes and visualizes the bus factor of a repository.
npx -y dev-eye
To use Dev-Eye, you will need to have the following programs installed:
Check your installed versions using
node --version,npm --versionandgit --version.
[!TIP] The latests versions of Node and git can be installed from the links above.
[!Note]
npmis automatically installed along withnode.
To customize DEV-EYE's behavior, you can include a dev-eye.json file in your project's root directory to define specific arguments. This file is automatically generated upon tool execution but can be manually created beforehand to override defaults.
Example of the default configuration:
Time Range: Time Range is the time period for analysis. e.g the default is 4 which means the analysis is for the last 4 years.
Ownership Percentage Rate: a threshold for file ownership percentage, determining when a developer is considered a bus factor. the default is 50%. A developer with at least 50% ownership of files is considered a bus factor.
Excluded files: a list of files paths to be excluded in the analysis. e.g ['src/styles/globals.css']
//dev-eye.json
{
"timeRange": 4,
"ownershipPercentage": 0.5,
"ownershipPercentage_future_bf": 0.2,
"excluded_files":[]
}
FAQs
a command-line and a web-based visualization tool that computes and visualizes the bus factor of a repository
We found that dev-eye 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.