grunt-iw-release
Advanced tools
Comparing version 0.4.3 to 0.5.0
{ | ||
"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"); |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
9215
7
136
0
5
+ Addedgrunt-bump@0.3.x
+ Addedgrunt-checkbranch@1.x
+ Addedgrunt-checkpending@1.x
+ Addedgrunt-ssh@0.12.x