Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
file-version-bump
Advanced tools
Bump versions in any file with the standard NPM version command
file-version-bump
is an NPM module that works with the built in npm version
command to update semver version numbers in files other than package.json
. This all conveniently configured in your package.json
.
Use the standard npm version
commands. For example:
npm version patch
It is advised to install file-version-bump
as a devDependencies
in your package.json
, as you will only need this for development purposes. To install this module, simply run:
npm install --save-dev file-version-bump
{
"name": "my-amazing-module",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "exit 1",
"version": "file-version-bump"
},
"file-version-bump": [
"scss/_version.scss",
"README.md"
]
}
You need to add both the scripts
entry for file-version-bump
and also the file-version-bump
entry with an array of globs specifying the files that you would like to have bumped.
FAQs
Bump versions in any file with the standard NPM version command
The npm package file-version-bump receives a total of 5 weekly downloads. As such, file-version-bump popularity was classified as not popular.
We found that file-version-bump 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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.