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.1.1 to 0.1.2

2

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

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

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

var topLevelPath = toplevelOutput.output.trim();
if (grunt.file.isPathCwd(topLevelPath)) {
if (!grunt.file.isPathCwd(topLevelPath)) {
var pkgName = grunt.config.get("pkg.name");

@@ -33,0 +33,0 @@ bumpOptions.commitMessage = "[" + pkgName + "] v%VERSION%";

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