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

grunt-run-executables

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-run-executables - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json

@@ -9,3 +9,3 @@ {

"_from": "grunt-run-executables@*",
"_id": "grunt-run-executables@0.0.3",
"_id": "grunt-run-executables@0.0.4",
"_inCache": true,

@@ -99,3 +99,3 @@ "_installable": true,

},
"version": "0.0.3"
"version": "0.0.4"
}
** grunt-run-executables
**
** grunt-run-executables **
A library to execute batch files through grunt task
**Usage:**
## Install
npm install grunt-run-executables --save-dev in your project folder
```
$ npm install grunt-run-executables --save-dev
```
## Usage
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
```js
grunt.loadNpmTasks('grunt-run-executables');
```
**Registering task**
##Registering task
```js
grunt.registerTask('test','run_executables');
**Usage Examples**
```
##Usage Examples
```js
run_executables: {

@@ -27,6 +37,7 @@ tests: {

},
```
**Note**
path to batch file is considered from child folders of a project

@@ -19,3 +19,2 @@ /*

var path_= process.cwd();
var nodemailer = require('nodemailer');
grunt.registerMultiTask(taskName,description, function() {

@@ -22,0 +21,0 @@ // Merge task-specific and/or target-specific options with these defaults.

Sorry, the diff of this file is not supported yet

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