Socket
Socket
Sign inDemoInstall

grunt-run-new-script

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-run-new-script - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "grunt-run-new-script",
"description": "Find new SQL scripts, run them, copy them to a local folder",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "",

@@ -6,0 +6,0 @@ "author": {

@@ -75,7 +75,6 @@ /*

grunt.log.writeln(data);
//grunt.log.writeln(data);
});
grunt.log.writeln(myDB);
var executeFile = function (validList, index) {

@@ -85,3 +84,3 @@

var file = validList[index];
grunt.log.writeln(options.srcDir + file);
grunt.log.writeln(options.srcDir + file); // Keep this console - it tells us what file is being executed!
var data = fs.readFileSync(options.srcDir + file, 'utf8');

@@ -114,2 +113,4 @@

validList = validList.sort();
executeFile(validList, 0);

@@ -116,0 +117,0 @@

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