
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-log-report
Advanced tools
A command line tool to get commits for the current author grouped by day.
npx git-log-report [options]
-h, --help : Display help message-o, --output <directory> : Output directory (default: ./output)-s, --since <date> : Show commits since date (format: YYYY-MM-DD or YYYY-MM-DD HH:MM)-u, --until <date> : Show commits until date (format: YYYY-MM-DD or YYYY-MM-DD HH:MM)npx git-log-report --since='2024-03-20' --until='2024-03-22' --output='./output_directory'
This tool retrieves commits for the current author grouped by day. It takes into account the provided options such as date range and output directory.
You can use this tool directly via npx:
npx git-log-report [options]
child_process: Used for executing Git commands.fs: Used for file system operations.path: Used for manipulating file paths.minimist: Used for parsing command-line arguments.chalk: Used for terminal text styling.FAQs
A command line tool to get commits for the current author grouped by day.
The npm package git-log-report receives a total of 3 weekly downloads. As such, git-log-report popularity was classified as not popular.
We found that git-log-report 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.