
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.
claude-code-notify
Advanced tools
Get desktop notifications when Claude Code requests tool execution permission or completes tasks.

No installation required! Use directly with npx:
npx claude-code-notify
This automatically downloads and runs the latest version from npm.
osascript -e "display notification \"Test\" with title \"Test\""/hooks commandnpx claude-code-notify as the commandThis setup ensures you always use the latest version without manual installation.
The resulting configuration in ~/.claude/settings.json will look like:
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "npx claude-code-notify"
}
]
}
]
}
}
For more details about hooks, see: https://docs.anthropic.com/en/docs/claude-code/hooks
The script provides simple, clear notifications:
Tool Execution Requests: When Claude asks for permission to execute commands
Task Completion: When Claude completes a response
osascript for notifications)~/.claude/projectsMIT
FAQs
Desktop notifications for Claude Code
We found that claude-code-notify 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.