Socket
Book a DemoInstallSign in
Socket

versionify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

versionify

Ensure the version number of a package is always updated.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Versionify

Ensure the version number of a package is always updated. This keeps track of the version the last time versionify was run by adding a versionify field to package.json. If the versionify field is less than the version field it prompts the user for an updated version.

Installation

npm install versionify

Usage

CLI:

versionify

API:

versionify(path, function (err) {
  if (err) throw err
})

License

MIT

FAQs

Package last updated on 20 Jun 2013

Did you know?

Socket

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.

Install

Related posts