
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
npm-completion
Advanced tools
bash and zsh completion script for npm package names.
this script will list/complete package names for remove, update and install commands. when there are multiple options it will list them.
npm install npm-comp[tab]
#output
#npm-compact npm-compat npm-completion npm-comp-stat-www
when theres only one possible option it will complete it.
npm install npm-compl[tab]
#result
#npm install npm-completion
install will look at all package names on npm. Remove and update will look at locally installed packages(if -g is in the command, it will look at global packages).
package list updated at 3am ET everyday so it's recommended that you run the update command periodically.
npm-completion-update
$ git clone https://github.com/Jephuff/npm-completion
$ ./npm-completion/setup
$ ./npm-completion/update
$ npm i -g npm-completion
if you use sudo to install, you will need to run the setup script manually
$ npm-completion-setup
$ npm-completion-update
you will need to download the windows version
$ npm i -g npm-completion@windows
$ npm-completion-setup
FAQs
bash and zsh completion script for npm package names.
We found that npm-completion 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.