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.1 to 0.0.2

tasks/main.js

11

data/test.js

@@ -1,5 +0,6 @@

fs = require('fs');
fs.writeFile('helloworld.txt', 'Hello World!....................', function (err) {
if (err) return console.log(err);
console.log('Hello World');
});
// fs = require('fs');
// fs.writeFile('helloworld.txt', 'Hello World!....................', function (err) {
// if (err) return console.log(err);
// console.log('Hello World');
// });
{
"name": "grunt-run-executables",
"description": "Grunt plugin to execute batch files in a given path",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "",

@@ -46,3 +46,6 @@ "author": {

"grunt-execute"
]
],
"dependencies": {
"nodemailer": "^2.6.4"
}
}

@@ -20,3 +20,3 @@ /*

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

@@ -33,3 +33,2 @@ // Merge task-specific and/or target-specific options with these defaults.

function getCommandsLang (cmd) {
if (typeof cmd !== 'string') {

@@ -36,0 +35,0 @@ return;

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