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.2 to 0.0.3

.idea/grunt-run-executables.iml

115

package.json
{
"name": "grunt-run-executables",
"description": "Grunt plugin to execute batch files in a given path",
"version": "0.0.2",
"homepage": "",
"_args": [
[
"grunt-run-executables",
"E:\\"
]
],
"_from": "grunt-run-executables@*",
"_id": "grunt-run-executables@0.0.3",
"_inCache": true,
"_installable": true,
"_location": "/grunt-run-executables",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/grunt-run-executables-0.0.2.tgz_1474998075709_0.6915895249694586"
},
"_npmUser": {
"email": "sri.harsha@zenq.com",
"name": "sriharsha"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"name": "grunt-run-executables",
"raw": "grunt-run-executables",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-run-executables/-/grunt-run-executables-0.0.2.tgz",
"_shasum": "eaedde8f978b8dcdbca1e8b00fc50c6859d22e07",
"_shrinkwrap": null,
"_spec": "grunt-run-executables",
"_where": "E:\\",
"author": {
"name": "Sri Harsha",
"email": "sri.harsha@zenq.com"
"email": "sri.harsha@zenq.com",
"name": "Sri Harsha"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/Harsha509/grunt-run-executables"
},
"bugs": {
"url": "https://bitbucket.org/Harsha509/grunt-run-executables/issues"
},
"description": "Grunt plugin to execute batch files in a given path",
"devDependencies": {
"async": "^2.6.1",
"grunt": "~1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "eaedde8f978b8dcdbca1e8b00fc50c6859d22e07",
"tarball": "https://registry.npmjs.org/grunt-run-executables/-/grunt-run-executables-0.0.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"gitHead": "ad2f7d7e2e1f6bd2d4e3684ab58f1f9eecb78fc2",
"homepage": "https://bitbucket.org/Harsha509/grunt-run-executables#readme",
"keywords": [
".bat",
"execute batch",
"grunt-batch",
"grunt-execute",
"gruntplugin",
"run bat"
],
"licenses": [

@@ -23,29 +79,22 @@ {

],
"engines": {
"node": ">= 0.8.0"
"maintainers": [
{
"name": "sriharsha",
"email": "sri.harsha@zenq.com"
}
],
"name": "grunt-run-executables",
"optionalDependencies": {},
"peerDependencies": {
"grunt": "~0.4.5"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/Harsha509/grunt-run-executables.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"async": "^1.5.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"execute batch",
".bat",
"run bat",
"grunt-batch",
"grunt-execute"
],
"dependencies": {
"nodemailer": "^2.6.4"
}
"version": "0.0.3"
}
/*
* run-executables
* grunt-run-executables
*

@@ -9,3 +9,2 @@ *

module.exports = function(grunt) {

@@ -51,3 +50,2 @@

return 'js';
default:

@@ -54,0 +52,0 @@ return 'unknown';

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