
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-history-ui
Advanced tools
A beautiful, modern web UI for visualizing git history with interactive commit graphs, search, filtering, and diff visualization. Built with Angular and Node.js.
# Run directly with npx (no installation needed)
npx git-history-ui@latest
That's it! The application will start on http://localhost:3000 and open your browser automatically.
# Custom port
npx git-history-ui@latest --port 8080
# Filter by specific file
npx git-history-ui@latest --file src/app.js
# Filter by author
npx git-history-ui@latest --author "your-name"
# Filter by date range
npx git-history-ui@latest --since 2024-01-01
# Don't auto-open browser
npx git-history-ui@latest --no-open
# Show help
npx git-history-ui@latest --help
# Build both backend and frontend
npm run build:production
# Start production server
npm run start:production
# Build and run with Docker
docker build -t git-history-ui .
docker run -p 3000:3000 git-history-ui
# Clone and install
git clone https://github.com/ankit-sharma/git-history-ui.git
cd git-history-ui
npm install
# Start development servers
npm run dev
# Run backend tests
npm test
# Run frontend tests
cd frontend && npm test
MIT License - see LICENSE file for details
Made with ❤️ for developers who love beautiful git visualizations
FAQs
Beautiful git history visualization in your browser
We found that git-history-ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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.