
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
A simple command-line jump utility
cd /Users/duncan/working
jump -a # Adds `/Users/duncan/working` as `working`
cd ~/Documents
jump working
pwd # /Users/duncan/working
Before you can use it, you should probably install it!
npm install -g jumpy
Add the following line: source /.npm-packages/lib/node_modules/jumpy/jump
Protip: Add alias j='jump' while you're there
j -a - adds the current directory to your alias list
j -a --as <alias> - as above, but aliased to <alias> rather than the directory name
j -s <server> --as <alias> - adds the given server to the alias list under the given alias
j -r - removes the current directory from your alias list
j -r foo - removes the foo alias
j -l - print all current aliases
j -h - show the help screen
Make sure you've run jumpy at least once first.
Add this near the top of your ~/.zshrc (above the lines you added in Step 2):
fpath=(~/.jump_completions $fpath)
autoload -U compinit
compinit
zstyle ':completion:*' menu select=2
compdef _jump j # You only need this line if you aliased "jump" to "j"
MIT License: see https://github.com/notduncansmith/jumpy/blob/master/LICENSE.md for details.
FAQs
A simple command-line jump utility
We found that jumpy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.