Socket
Socket
Sign inDemoInstall

theme-bump

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theme-bump - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "theme-bump",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bump the version of Zen Garden themes in Creative Exchange",
"repository": "git://github.com/mateuszluczak/theme-bump.git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"bump": "bin/theme-bump"
"bump": "bin/theme-bump.js"
},

@@ -13,0 +10,0 @@ "keywords": [],

# Theme Version Bump
Easily bump theme version in Creative Exchange packages
## Installation
$ npm install -g theme-bump
## Usage
$ theme-bump patch
Version bumped by patch in theme.json of theme in package
## API
#### bump(root, version, force)
bump('/path/to/package', 'minor');
bump('/path/to/package', 'major', true); // also protected themes
## License
MIT
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