Comparing version
{ | ||
"name": "git-cactus", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A opinionated tool for cutting releases", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -105,5 +105,2 @@ const tmp = require('tmp'); | ||
// Shell out to run npm version | ||
cp.execSync('npm version patch -m "Release v%s"'); | ||
// Ask for approval on diff before pushing | ||
@@ -117,2 +114,5 @@ logger.info('Tagging version', versionInfo.version); | ||
// Shell out to run npm version | ||
cp.execSync('npm version patch -m "Release v%s"'); | ||
// Push updated release branch and new tag | ||
@@ -119,0 +119,0 @@ logger.info('Pushing tagged version', versionInfo.version); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38023
212.53%9
12.5%891
453.42%2
-33.33%