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

2

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

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

@@ -31,6 +31,4 @@ /*

// Read out the contents of a directory
var files = fs.readdirSync(options.srcDir);

@@ -66,12 +64,4 @@ var completedFiles = [];

var myDB = db({
var myDB = db(options.dbConnection);
user: 'postgres',
port: '54921',
host: 'localhost',
password: '',
database: 'delete_me'
});
myDB.on('execute', function (data) {

@@ -144,3 +134,2 @@

});
};
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