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.2.2 to 1.2.3

5

index.js

@@ -75,5 +75,6 @@ const increment = require('semver').inc;

res.title = info.title;
res.old = info.version;
info.version = info.version.replace(/-/g, '.');
res.old = info.version;
res.title = info.title;

@@ -80,0 +81,0 @@ const bumped = (!~version.indexOf('.')) ? increment(info.version, version) : version;

2

package.json
{
"name": "theme-bump",
"version": "1.2.2",
"version": "1.2.3",
"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