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.1 to 1.1.0

3

index.js

@@ -53,4 +53,3 @@ const increment = require('semver').inc;

const bumped = increment(info.version, version);
const bumped = (!~version.indexOf('.')) ? increment(info.version, version) : version;
if (!bumped) throw new Error('Invalid version specified');

@@ -57,0 +56,0 @@

{
"name": "theme-bump",
"version": "1.0.1",
"version": "1.1.0",
"description": "Bump the version of Zen Garden themes in Creative Exchange",

@@ -5,0 +5,0 @@ "repository": "git://github.com/mateuszluczak/theme-bump.git",

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