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

grunt-iw-release

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-iw-release - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "grunt-iw-release",
"version": "0.2.0",
"version": "0.2.1",
"description": "InsideWarehouse release/deploy flow",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,2 +6,4 @@ grunt-iw-release

TODO: wait for it... wait for it... document options :)
## `release` task

@@ -8,0 +10,0 @@

@@ -76,3 +76,3 @@ module.exports = function (grunt) {

var tagOutput = shell.exec("git rev-parse " + checkTag, {silent: true});
var tagOutput = shell.exec("git rev-parse " + checkTag + " | head -n 1", {silent: true});
if (tagOutput.code !== 0) {

@@ -79,0 +79,0 @@ grunt.fail.fatal("Failed to detect the commit of tag '" + checkTag + "'");

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