Socket
Socket
Sign inDemoInstall

grunt-create-script

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-create-script - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "grunt-create-script",
"description": "Create and launch a new SQL file in PGAdmin",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "",

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

@@ -73,6 +73,11 @@ /*

var timestamp = new Date();
// Adjust for military time
// Append timestamp to formatted description to create final file name
var filename = dateFormat(timestamp, "yyyymmdd_hhMMss") + "_" + formattedDescription;
var filename = dateFormat(timestamp, "yyyymmdd_HHMMss") + "_" + formattedDescription;

@@ -105,6 +110,3 @@

//// Iterate over all specified file groups.

@@ -111,0 +113,0 @@ //this.files.forEach(function(f) {

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