New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

file-version-bump

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-version-bump - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

package.json
{
"name": "file-version-bump",
"version": "0.0.0",
"version": "0.0.1",
"description": "Bump versions in any file with the standard NPM version command",

@@ -5,0 +5,0 @@ "main": "index.js",

# File Version Bump
[![npm version](https://img.shields.io/npm/v/file-version-bump.svg?style=flat-square)](https://www.npmjs.com/package/file-version-bump)
`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`.
## Usage
Use the standard `npm version` comands. For example:
```sh
npm version patch
```
[See here for more info](https://docs.npmjs.com/cli/version).
## Installation

@@ -6,0 +18,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc