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
2
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.4.3 to 0.5.0

lib/loadTasks.js

8

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

@@ -25,9 +25,7 @@ "scripts": {

"grunt": "0.4.x",
"shelljs": "0.4.x"
},
"peerDependencies": {
"grunt-bump": "0.3.x",
"grunt-checkbranch": "1.x",
"grunt-checkpending": "1.x",
"grunt-ssh": "0.12.x"
"grunt-ssh": "0.12.x",
"shelljs": "0.4.x"
},

@@ -34,0 +32,0 @@ "devDependencies": {

module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-ssh");
var loadTasks = require('../lib/loadTasks');
loadTasks(grunt, "grunt-ssh");

@@ -5,0 +6,0 @@ var fs = require("fs"),

module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-bump");
grunt.loadNpmTasks("grunt-checkbranch");
grunt.loadNpmTasks("grunt-checkpending");
var loadTasks = require('../lib/loadTasks');
loadTasks(grunt, "grunt-bump");
loadTasks(grunt, "grunt-checkbranch");
loadTasks(grunt, "grunt-checkpending");

@@ -7,0 +8,0 @@ var shell = require("shelljs");

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