Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-shell

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-shell - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

39

package.json
{
"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)
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