grunt-shell
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "grunt-shell", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Run shell commands", | ||
"license": "MIT", | ||
"repository": "sindresorhus/grunt-shell", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "xo && grunt" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
@@ -12,18 +28,6 @@ "gruntplugin", | ||
"spawn", | ||
"child", | ||
"process", | ||
"cli" | ||
], | ||
"license": "MIT", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "http://sindresorhus.com" | ||
}, | ||
"files": [ | ||
"tasks" | ||
], | ||
"repository": "sindresorhus/grunt-shell", | ||
"scripts": { | ||
"test": "grunt" | ||
}, | ||
"dependencies": { | ||
@@ -34,7 +38,8 @@ "chalk": "^1.0.0" | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13" | ||
"grunt-cli": "^0.1.13", | ||
"xo": "*" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"peerDependencies": { | ||
"grunt": ">=0.4" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # grunt-shell [![Build Status](https://travis-ci.org/sindresorhus/grunt-shell.svg?branch=master)](https://travis-ci.org/sindresorhus/grunt-shell) | ||
```sh | ||
``` | ||
$ npm install --save-dev grunt-shell | ||
@@ -30,3 +30,4 @@ ``` | ||
command: 'ls' | ||
} | ||
}, | ||
another: 'ls ./src' // shorthand | ||
} | ||
@@ -179,3 +180,3 @@ }); | ||
*Required* | ||
*Required*<br> | ||
Type: `string`, `function` | ||
@@ -185,2 +186,4 @@ | ||
*command can be omitted by directly setting the target with the command.* | ||
## Options | ||
@@ -190,3 +193,3 @@ | ||
Type: `boolean` | ||
Type: `boolean`<br> | ||
Default: `true` | ||
@@ -198,3 +201,3 @@ | ||
Type: `boolean` | ||
Type: `boolean`<br> | ||
Default: `true` | ||
@@ -206,3 +209,3 @@ | ||
Type: `boolean` | ||
Type: `boolean`<br> | ||
Default: `true` | ||
@@ -214,3 +217,3 @@ | ||
Type: `boolean` | ||
Type: `boolean`<br> | ||
Default: `true` | ||
@@ -222,3 +225,3 @@ | ||
Type: `boolean` | ||
Type: `boolean`<br> | ||
Default: `false` | ||
@@ -230,4 +233,3 @@ | ||
Type: `function` | ||
Default: `function () {}` | ||
Type: `function` | ||
@@ -255,2 +257,2 @@ Lets you override the default callback with your own. | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
248
6072
2
3
3
0