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
97
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 3.2.17 to 3.2.18

4

index.js

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

const serviceDir = "./service";
const middlewaresDir = "./middlewares"
if (!fs.existsSync(controllerDir)) {

@@ -44,2 +45,5 @@ fs.mkdirSync(controllerDir);

//console.log("routes directory created successfully !");
}if (!fs.existsSync(middlewaresDir)) {
fs.mkdirSync(middlewaresDir);
//console.log("routes directory created successfully !");
} else {

@@ -46,0 +50,0 @@ console.log("Already routes directory exist");

2

package.json
{
"name": "configure-express-app",
"version": "3.2.17",
"version": "3.2.18",
"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