New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

configure-express-app

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configure-express-app - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

10

index.js

@@ -40,3 +40,3 @@ #!/usr/bin/env node

const ProjectName = prompt("Please Enter Project Name : ").replace(/\s+/g,'')
const ProjectName = prompt("\n\nPlease Enter Project Name : ").replace(/\s+/g,'')
const alterProjectName = "Express App";

@@ -61,4 +61,4 @@ const packageJsonFileContent = `{

console.log("\nYour Project Name is -> " + ProjectName ? ProjectName : alterProjectName);
console.log("\nIf you want change your projectname means go and change in package.json");
console.log(`\n\nYour Project Name is -> + ${ProjectName ? ProjectName : alterProjectName}`);
console.log("\n\nIf you want change your projectname means go and change in package.json");
}

@@ -81,3 +81,3 @@

console.log(
"Wait for few seconds to install npm packages -> express !",
"\n\n\nWait for few seconds to install npm packages -> express !",
);

@@ -89,3 +89,3 @@

console.log(`
console.log(`\n\n\n
Your express app created successfullly ! \n

@@ -92,0 +92,0 @@ run -> npm run dev

{
"name": "configure-express-app",
"version": "2.1.5",
"version": "2.1.6",
"description": "use npx configure-express-app",

@@ -5,0 +5,0 @@ "bin": {

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