
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
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 install -g gitbook-bumper
You can also install it locally to your project:
npm install --save-dev gitbook-bumper
It will be accessible from the command line if you added node_modules
to your path.
Bump X.0.0
$ gitbook-bumper -c -p minor
Bump 1.X.0
$ gitbook-bumper -c -p minor
Bump 1.0.X
$ gitbook-bumper -c -p patch
With a custom package.json
directory
$ gitbook-bumper -d ./modules -c -p patch
Here is the preview of an interaction with the script:
$ gitbook-bumper -c -p minor
? Bump from 1.5.6 to 1.6.0 ? Yes
Writing version 1.6.0 to package.json...
Committing "Bump version to 1.6.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 './')
--no-confirm 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
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.