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

2

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

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

@@ -33,3 +33,2 @@ /*

console.log(options);
// Ask user for brief description of the script

@@ -70,3 +69,3 @@

// Format description by replacing spaces with underscores?
var formattedDescription = unformattedDescription.replace(" ", "_");
var formattedDescription = unformattedDescription.replace(/ /gi, "_");

@@ -73,0 +72,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