New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-auto-release

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-auto-release - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "grunt-auto-release",
"description": "Grunt plugin for automatic releasing.",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/vojtajina/grunt-auto-release",

@@ -6,0 +6,0 @@ "author": {

@@ -84,2 +84,4 @@ var GITHUB_REPO_REGEXP = /github\.com\/([\w-\.]+)\/([\w-\.]+)\.git/;

runCmd('git fetch ' + opts.remote + ' --tags');
// checkout the branch and pull from remote

@@ -86,0 +88,0 @@ runCmd('git checkout ' + opts.branch, 'Switching to ' + opts.branch);

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