Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theo.gravity/version-bump

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theo.gravity/version-bump - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

build/ConfigParser.js

@@ -20,3 +20,3 @@ "use strict";

this.projectRoot = options.projectRoot || process.cwd();
this.configFile = options.configFile || '.version-bump.ts';
this.configFile = options.configFile || '.version-bump.js';
this.logger = logger;

@@ -23,0 +23,0 @@ }

@@ -0,1 +1,5 @@

# 2.0.6 - Mon Mar 30 2020 09:18:00
Fix bug where `.version-bump.js` was not being read if no command args was specified.
# 2.0.5 - Mon Mar 30 2020 08:33:24

@@ -2,0 +6,0 @@

{
"name": "@theo.gravity/version-bump",
"version": "2.0.5",
"version": "2.0.6",
"description": "Version bump package.json (or a version file) via various plugins (eg cli, git, etc).",

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

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