Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@p4d/network-monitor
Advanced tools
Raspberry Pi utility that emits alerts periodically with network status.
Network utility written in NodeJS that emits alerts periodically to a Hermes server with network status.
Network-Monitor is a command line utility:
Network-Monitor uses Hermes nodejs library, this means that if internet connection is available to the RPi, the alerts are guaranteed to reach Hermes server.
RPi is distributed via NPM:
sudo npm install -g --unsafe-perm @p4d/network-monitor
Notes:
-g
- Global flag is required so that the utility is accessible from anywhere in the system.--unsafe-perm
- This flag is required to set up the cron job for sudo user.Manual usage:
# Just running the command will do it
network-monitor
Automatic usage:
# The cron job that automates it
*/5 * * * * network-monitor
FAQs
Raspberry Pi utility that emits alerts periodically with network status.
We found that @p4d/network-monitor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.