Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
gitbook-bumper
Advanced tools
Bump your Node modules using GitBook's convention for SemVer!
This module just contains one script bin/gitbook-bumper
.
You can install this script globally using:
npm -i -g gitbook-bumper
You can also install it locally to your project:
npm -i --save-dev gitbook-bumper
It will be accessible from the command line if you added node_modules
to your path.
$ gitbook-bumper --commit --pushing --push major
? Bump from 0.0.1 to 1.0.0 ? Yes
Writing version 1.0.0 to package.json...
Committing "Bump version to 1.0.0 :rocket:"...
Tagging...
Pushing...
Pushing tags...
Done.
Usage: gitbook-bumper [options] <level> [prerelease-id]
Where level is one of major, minor, patch, premajor, preminor, prepatch, prerelease
Options:
-h, --help output usage information
-V, --version output the version number
-d, --dir <path> directory of the Node module (default './')
-f, --force do not ask for confirmation
-c, --commit make a commit and tag with version
-p, --push push commit and tag to remote
FAQs
Easily bump your node module, following GitBook's convention for SemVer
The npm package gitbook-bumper receives a total of 0 weekly downloads. As such, gitbook-bumper popularity was classified as not popular.
We found that gitbook-bumper 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.